Skip to content

Commit

Permalink
Merge pull request #1091 from mobxjs/yarn-on-travis
Browse files Browse the repository at this point in the history
use yarn on travis
  • Loading branch information
mweststrate authored Jul 11, 2017
2 parents f409b5c + 3baf92f commit 64ba711
Show file tree
Hide file tree
Showing 3 changed files with 4,925 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ test/perf/perf.txt
.vscode
dist/
.build*/
yarn.lock
.idea
.wp-build*/
*.iml
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ language: node_js
install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- npm install
script: npm run test-travis
- yarn install
script: yarn run test-travis
after_success:
- cat ./coverage/lcov.info|./node_modules/coveralls/bin/coveralls.js
node_js:
Expand Down
Loading

0 comments on commit 64ba711

Please sign in to comment.