Skip to content

Commit

Permalink
Update travis to use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
joni2back committed Nov 29, 2017
1 parent f2fe0c7 commit b74951c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
@@ -1,10 +1,14 @@
language: node_js

node_js:
- 6

sudo: false

before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2
- export PATH=$HOME/.yarn/bin:$PATH
before_script:
- nvm install 6
- npm install -g yarn
- yarn install

cache:
yarn: true
Expand Down

0 comments on commit b74951c

Please sign in to comment.