Skip to content

Commit

Permalink
feature(restful) updated travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelyali committed Dec 17, 2018
1 parent 94c9acb commit 09a9aaa
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 @@ -17,6 +17,8 @@ before_script:

install:
- docker-compose up -d
- cd integration/typeorm && npm i
- cd integration/typeorm
- npm i
- cd ../../
- npm i
- npm run test:e2e | coveralls

0 comments on commit 09a9aaa

Please sign in to comment.