Skip to content

Commit

Permalink
yarn in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed May 12, 2017
1 parent fcc7d76 commit b4c7a48
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
language: node_js
sudo: false
node_js:
- "6.9"
before_install:
- "npm config set spin false"
- "npm install -g npm@^2"
- "7"

cache:
yarn: true

install:
- npm install --no-optional
- npm install
- ./node_modules/.bin/bower install
script:
- ./bin/lint-features
Expand All @@ -17,7 +17,7 @@ script:
- npm run-script test:production
- npm run-script node-tests
after_success:
- npm run-script production
- yarn run production
- "./bin/publish-builds"
env:
global:
Expand Down

0 comments on commit b4c7a48

Please sign in to comment.