Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
calidion committed Oct 8, 2015
1 parent 5bb57c7 commit 306e167
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
sudo: false
sudo: required
language: node_js
env:
- CXX="g++-4.8"

node_js:
- '4.1'
- '4.0'
- '0.12'
- '0.10'
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- gcc-4.8

0 comments on commit 306e167

Please sign in to comment.