Skip to content

Commit

Permalink
Merge a925d01 into cc73e36
Browse files Browse the repository at this point in the history
  • Loading branch information
pepakriz committed Jan 11, 2019
2 parents cc73e36 + a925d01 commit a2b3c46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ cache:
directories:
- 'node_modules'

script: ORM_PARALLEL=1 yarn test
script:
- yarn run lint
- ORM_PARALLEL=1 yarn run test

after_success: yarn coveralls

0 comments on commit a2b3c46

Please sign in to comment.