Skip to content

Commit fd2d701

Browse files
committed
ci: run build on node.js >= 10
Dropping support for nodejs<=8 in CI, since `package.json` specifies to install the latest karma, and it doesn't support old nodejs https://github.com/karma-runner/karma/blob/master/CHANGELOG.md#500-2020-04-09
1 parent e9af81b commit fd2d701

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@ cache:
44
directories:
55
- node_modules
66
node_js:
7-
- '4'
8-
- '5'
9-
- '6'
10-
- '7'
11-
- '8'
7+
- '10'
128
- 'stable'
9+
services:
10+
- xvfb
1311
before_script:
14-
- export DISPLAY=:99.0
15-
- sh -e /etc/init.d/xvfb start
1612
- npm install -g grunt-cli

0 commit comments

Comments
 (0)