Skip to content

Commit fec66fa

Browse files
author
Markus Oberlehner
committed
Force travis to use most recent yarn version
See travis-ci/travis-ci#7566
1 parent e019e92 commit fec66fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
language: node_js
22
node_js:
33
- "node"
4+
before_install:
5+
- curl -o- -L https://yarnpkg.com/install.sh | bash
6+
- export PATH="$HOME/.yarn/bin:$PATH"
47
script:
58
- yarn run lint
69
- yarn test -- --maxWorkers=4

0 commit comments

Comments
 (0)