Skip to content

Commit

Permalink
Update travis congig.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary J Rollyson committed Sep 23, 2015
1 parent f0bc743 commit 812af2c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
@@ -1,6 +1,16 @@
language: node_js
node_js:
- "0.12"
- "0.12"
- "4"
env:
- CXX="g++-4.8"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- gcc-4.8
before_install:
- sudo apt-get update
- sudo apt-get install libzmq3-dev

0 comments on commit 812af2c

Please sign in to comment.