Skip to content

Commit

Permalink
Enabling Node 4 and 5 on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
iamstolis committed Apr 13, 2016
1 parent ade6393 commit 2fff98c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Expand Up @@ -2,13 +2,22 @@ language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5'
sudo: false
script: npm run ci
branches:
only:
- dev
- master
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
env:
global:
- SAUCE_USERNAME="cujojs-when"
- SAUCE_ACCESS_KEY="e5d3d1a5-bc49-4607-8a7e-702a512c7f60"
- CXX=g++-4.8

0 comments on commit 2fff98c

Please sign in to comment.