We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a288ac commit 4dd67f9Copy full SHA for 4dd67f9
.travis.yml
@@ -2,32 +2,10 @@ sudo: false
2
language: node_js
3
matrix:
4
include:
5
- # Run tests in Node.js 0.12
6
- - node_js: '0.12'
+ - node_js: 4
+ - node_js: 5
7
+ - node_js: 6
8
- # Run tests in Node.js 4.x
9
- - node_js: '4'
10
- addons:
11
- apt:
12
- sources:
13
- - ubuntu-toolchain-r-test
14
- packages:
15
- - gcc-4.8
16
- - g++-4.8
17
-
18
- # Run tests in Node.js 5.x
19
- - node_js: '5'
20
21
22
23
24
25
26
27
28
-before_install:
29
- # Use GCC 4.8 if it's available
30
- - 'if [ ! `which gcc-4.8` == "" ]; then export CXX=g++-4.8 && export CC=gcc-4.8; fi'
31
32
after_script:
33
- npm install coveralls
0 commit comments