Skip to content

Commit

Permalink
Merge pull request #65 from The-Quill/master
Browse files Browse the repository at this point in the history
fixed installs
  • Loading branch information
vihanb committed Jul 14, 2016
2 parents fd2ff8c + f6a955f commit a12f8a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
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 a12f8a6

Please sign in to comment.