Skip to content

Commit

Permalink
chore(Build): Enable coverage again
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Nov 4, 2018
1 parent 5b00fc0 commit e625cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -38,12 +38,12 @@ script:
- cd core
- npm i
- npm install .
- npm run test
- npm run coverage
- cd ..
- cd cli
- npm i
- npm install . -g
- npm run test
- npm run coverage
- ./runTests.sh
- cd ..
- ./docker-build-images.sh
Expand Down

0 comments on commit e625cff

Please sign in to comment.