Skip to content

Commit

Permalink
test yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
robisson committed Dec 19, 2017
1 parent ede6fe7 commit a3dafb5
Show file tree
Hide file tree
Showing 3 changed files with 8,711 additions and 29,510 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ services:
- mongodb
before_script:
- sleep 15
- npm install
- yarn
script:
- npm run prettier
- npm run lint
- npm test
- yarn run prettier
- yarn run lint
- yarn test
after_success:
- 'npm run test:coverage'
- 'yarn run test:coverage'

0 comments on commit a3dafb5

Please sign in to comment.