Skip to content

Commit

Permalink
ci: run build on node.js >= 10
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Den-dp committed Dec 15, 2021
1 parent e9af81b commit fd2d701
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ cache:
directories:
- node_modules
node_js:
- '4'
- '5'
- '6'
- '7'
- '8'
- '10'
- 'stable'
services:
- xvfb
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g grunt-cli

0 comments on commit fd2d701

Please sign in to comment.