Skip to content

Commit

Permalink
Update Travis-CI setting
Browse files Browse the repository at this point in the history
  • Loading branch information
hideo55 committed Sep 13, 2015
1 parent dcd5c57 commit cfb2e15
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .travis.yml
Expand Up @@ -3,15 +3,13 @@ node_js:
- "0.8"
- "0.10"
- "0.12"
matrix:
include:
- nodejs: "4.0"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- export CXX="g++-4.8"
- "4.0"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- export CXX="g++-4.8"
sudo: false

0 comments on commit cfb2e15

Please sign in to comment.