Skip to content

Commit

Permalink
ci: run build on node.js >= 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Den-dp committed Dec 15, 2021
1 parent e9af81b commit 85c68f4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 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'
- '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 85c68f4

Please sign in to comment.