Skip to content

Commit

Permalink
Add Node.js 5 version in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
galkin committed Mar 14, 2016
1 parent 029a579 commit fe52f3d
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ node_js:
- '0.11'
- '0.10'
- 'iojs'
- '4'
- '5'
env:
- NODE_ENV=development
notifications:
Expand All @@ -18,13 +20,3 @@ deploy:
on:
tags: true
repo: cybertk/abao
matrix:
include:
- node_js: "4.2"
env: NODE_ENV=development CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

0 comments on commit fe52f3d

Please sign in to comment.