Skip to content

Commit

Permalink
ci: update ci before install stage
Browse files Browse the repository at this point in the history
  • Loading branch information
aquariuslt committed Aug 4, 2019
1 parent 7e0e6ac commit 6665a7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ script:
- npm test
- npm run coverage
before_install:
npm install && npm run react
- npm install
- npm run react
after_script:
npm install coveralls && nyc report --reporter=text-lcov | coveralls

0 comments on commit 6665a7d

Please sign in to comment.