Skip to content
This repository was archived by the owner on Feb 20, 2023. It is now read-only.

Commit 5fc8385

Browse files
committed
Fix yarn installation
1 parent 0f4b514 commit 5fc8385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
before_install:
1111
# Cloudfront edge lambdas support nodejs up to 10.x
1212
- docker pull mageops/aws-lambda-build:nodejs10.x
13-
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version version-number
13+
- curl -o- -L https://yarnpkg.com/install.sh | bash
1414
- export PATH="$HOME/.yarn/bin:$PATH"
1515

1616
env:

0 commit comments

Comments
 (0)