Skip to content

Commit db0fdd8

Browse files
authored
chore: always install the latest version of yarn
1 parent 63e6818 commit db0fdd8

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
@@ -5,7 +5,7 @@ node_js:
55
- 6
66
- 4
77
before_install:
8-
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2
8+
- curl -o- -L https://yarnpkg.com/install.sh
99
- export PATH="$HOME/.yarn/bin:$PATH"
1010
- yarn global add greenkeeper-lockfile@1
1111
install: yarn --ignore-engines

0 commit comments

Comments
 (0)