Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Yarn is now built-in on Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Nov 21, 2016
1 parent bea2677 commit e5e5b31
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,15 @@ node_js:
matrix:
fast_finish: true

before_install:
- npm install -g [email protected]

# cache node modules
cache:
yarn: true
directories:
# yarn
- $HOME/.yarn-cache
# phenomic
- node_modules
- docs/node_modules
- themes/phenomic-theme-base/node_modules
- test-setup/node_modules

install: yarn

script: yarn run test

after_success: yarn run coverage

# for Yarn, to build some native deps
Expand Down

0 comments on commit e5e5b31

Please sign in to comment.