Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Commit

Permalink
chore(): update travis dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshyx committed Aug 23, 2016
1 parent 0ad3fce commit da8798c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Expand Up @@ -2,4 +2,12 @@ language: node_js
node_js:
- "6.1"
after_script:
- npm run coveralls
- npm run coveralls
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

0 comments on commit da8798c

Please sign in to comment.