Skip to content

Commit 9230541

Browse files
committed
feat: drop old node and webpack2 test
1 parent 123eb80 commit 9230541

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.travis.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,9 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- 4
5-
- 6
64
- 8
7-
env:
8-
- USE_WEBPACK2=false
9-
- USE_WEBPACK2=true
10-
matrix:
11-
exclude:
12-
# TODO: Fix barf on peer dependencies with npm@2.
13-
- env: USE_WEBPACK2=true
14-
node_js: 4
15-
16-
before_install:
17-
- 'if [ "${USE_WEBPACK2}" == "true" ]; then npm install --save-dev [email protected] [email protected]; fi'
18-
5+
- 10
6+
- 12
197
after_script:
208
- npm install coveralls
219
- cat ./coverage/coverage.json | ./node_modules/.bin/adana --format lcov | ./node_modules/coveralls/bin/coveralls.js

0 commit comments

Comments
 (0)