Skip to content

Commit

Permalink
Updated CI build script
Browse files Browse the repository at this point in the history
  • Loading branch information
tinybike committed Dec 13, 2015
1 parent 8c0dc30 commit a70186d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@
sudo: false

language: node_js

env:
- CXX=g++-4.8

node_js:
- "4.1"
- "4.0"
- "0.12"
- "0.11"
- "io.js"

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8

before_script:
- npm install
- npm install jshint mocha
Expand Down

0 comments on commit a70186d

Please sign in to comment.