Skip to content

Commit 1d2f6ff

Browse files
author
AJ Keller
authored
Merge pull request #149 from aj-ptw/2.0.0
2.0.0
2 parents 483811b + f053d7b commit 1d2f6ff

30 files changed

+3137
-9906
lines changed

.travis.yml

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,19 @@
11
language: node_js
22
node_js:
3-
- "4.0"
4-
- "4.1"
5-
- "4.2"
6-
- "4.3"
7-
- "4.4"
8-
- "4.5"
9-
- "4.6"
10-
- "5.11.0"
11-
- "6.0"
12-
- "6.1"
13-
- "6.2"
14-
- "6.3"
15-
- "6.4"
16-
- "6.5"
17-
- "6.6"
18-
- "6.7"
19-
- "6.8"
3+
- "4.8.4"
4+
- "6.11.1"
5+
- "7.10.1"
6+
- "8.1.4"
7+
env:
8+
- CXX=g++-4.8
9+
addons:
10+
apt:
11+
sources:
12+
- ubuntu-toolchain-r-test
13+
packages:
14+
- g++-4.8
2015
install:
2116
- npm install --all
2217
script:
23-
- npm run lint
24-
- npm run test-cov
18+
- npm run test-lint
19+
- npm run test-cov

0 commit comments

Comments
 (0)