Skip to content

Commit

Permalink
Fix for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuszfoltak committed Oct 9, 2016
1 parent c6445e8 commit 40a29b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ node_js:
- '5'
before_install:
- npm install -g codeclimate-test-reporter
after_install:
- npm run typings
script: npm test -- --browsers PhantomJS
after_script:
- npm run coverage-remap
Expand Down

0 comments on commit 40a29b7

Please sign in to comment.