Skip to content

Commit

Permalink
fixed installs
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Quill committed Jul 14, 2016
1 parent fd2ff8c commit f6a955f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ addons:
packages:
- g++-4.8
install:
- npm install -g codeclimate-test-reporter
- npm install -g codeclimate-test-reporter babel-cli mocha
- npm install
after_success:
- npm run coveralls
- bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit f6a955f

Please sign in to comment.