Skip to content

Commit b74951c

Browse files
authored
Update travis to use yarn
1 parent f2fe0c7 commit b74951c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
language: node_js
22

3+
node_js:
4+
- 6
5+
36
sudo: false
47

5-
before_install:
6-
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2
7-
- export PATH=$HOME/.yarn/bin:$PATH
8+
before_script:
9+
- nvm install 6
10+
- npm install -g yarn
11+
- yarn install
812

913
cache:
1014
yarn: true

0 commit comments

Comments
 (0)