Skip to content

Commit

Permalink
Use g++-4.8 on Travis. Remove Node.js 0.10 build and add Node.js 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed Nov 11, 2015
1 parent 06c33e0 commit 798c170
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,25 @@ language: node_js

sudo: false

env:
- CXX=g++-4.8

cache:
apt: true
directories:
- node_modules

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

node_js:
- "0.10"
- "0.12"
- "4"
- "5"

script:
- npm run eslint
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ init:
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "5"

# Install scripts. (runs after repo cloning)
install:
Expand Down

0 comments on commit 798c170

Please sign in to comment.