Skip to content

Commit

Permalink
chore(.travis): switch to yarn (#1187)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Cáceres committed May 1, 2017
1 parent 08a5fff commit f8ab1c5
Show file tree
Hide file tree
Showing 2 changed files with 1,042 additions and 453 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ node_js:
- v6.10

install:
- npm install
- yarn install

before_install:
- "export DISPLAY=:99.0"
Expand All @@ -29,11 +29,9 @@ addons:
- google-chrome-stable

script:
- npm run pretest
- npm run build
- npm run test:headless
- yarn run pretest
- yarn run build
- yarn run test:headless
- travis_retry karma start --single-run --reporters mocha karma.conf.js

cache:
directories:
- node_modules
cache: yarn

0 comments on commit f8ab1c5

Please sign in to comment.