Skip to content

Commit 259d1b7

Browse files
authored
Merge pull request #797 from Automattic/lu-slim-test-matrix
Update CI settings
2 parents 3fa461d + fd2a857 commit 259d1b7

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

.travis.yml

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
language: node_js
22
node_js:
3-
- "0.8"
4-
- "0.10"
5-
- "0.12"
6-
- "iojs-v1.8.4"
7-
- "iojs-v2.5.0"
8-
- "iojs-v3.3.0"
9-
- "4"
10-
- "5"
11-
matrix:
12-
allow_failures:
13-
- node_js: "5"
3+
- '6'
4+
- '4'
5+
- '0.12'
6+
- '0.10'
7+
- '0.8'
148
addons:
159
apt:
1610
sources:
@@ -20,12 +14,10 @@ addons:
2014
- libjpeg8-dev
2115
- libpango1.0-dev
2216
- libgif-dev
23-
- g++-4.8
17+
- g++-4.9
2418
env:
25-
- CXX=g++-4.8
19+
- CXX=g++-4.9
2620
before_install:
2721
- if [[ $TRAVIS_NODE_VERSION == 0.8 ]]; then npm install -g npm@1.4.28; fi
2822
- npm explore npm -g -- npm install node-gyp@latest
29-
after_script:
30-
- npm run benchmark
3123
sudo: false

0 commit comments

Comments
 (0)