Skip to content

Commit

Permalink
updating travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekgarg120 committed Sep 19, 2015
1 parent a65488c commit 11beae0
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,30 @@
sudo: false
language: node_js
env:
- CXX=g++-4.8

node_js:
- 0.10
- 0.12
- 4.0.0
- iojs-v2
- iojs-v3

matrix:
allow_failures:
- node_js: iojs-v3
- node_js: 4.0.0

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libx11-dev
- zlib1g-dev
- libpng12-dev
- libxtst-dev
- libx11-dev
- zlib1g-dev
- libpng12-dev
- libxtst-dev
- g++-4.8

before_script:
- export DISPLAY=:99.0
Expand Down

0 comments on commit 11beae0

Please sign in to comment.