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 d5473da
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
@@ -1,6 +1,8 @@
sudo: false
language: node_js
node_js:
- '5'
- '4'
- '0.12'
- '0.11'
- '0.10'
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 d5473da

Please sign in to comment.