Skip to content

Commit

Permalink
Changed travis ci to use yarn as issue with npm and create-react-app.
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlybyte committed Nov 2, 2018
1 parent f61097b commit 202d63d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ node_js:
- "8"
- "7"
install:
- npm install
- npm install -g codecov
- yarn install
- yarn install -g codecov
cache:
directories:
- "node_modules"
script:
- npm test -- --coverage
- yarn test -- --coverage
after_success:
- codecov
- npm run build
- yarn run build
before_deploy:
- cd build
deploy:
Expand Down

0 comments on commit 202d63d

Please sign in to comment.