Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
build: let Travis build using Node 6, 8 and 10
Browse files Browse the repository at this point in the history
We give up on Node 4. Also remove it from package.json.
  • Loading branch information
vincentbernat committed Aug 13, 2019
1 parent f9e67ca commit e28f4d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 17 deletions.
24 changes: 8 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
language: node_js
node_js:
- "4"
- "6"
- "8"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- 6
- 8
- 10
before_install:
- "sudo apt-get update"
- "sudo apt-get install libavahi-compat-libdnssd-dev libjpeg-turbo-progs optipng gifsicle"
- "npm install -g grunt-cli bower"
- sudo apt-get update
- sudo apt-get install libavahi-compat-libdnssd-dev libjpeg-turbo-progs optipng gifsicle
- npm install -g grunt-cli bower
script:
- "npm test"
- "grunt dist"
- npm test
- grunt dist
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@
"time-grunt": "~1.2.1"
},
"engines": {
"node": ">=4.8 <11"
"node": ">=6 <11"
}
}

0 comments on commit e28f4d7

Please sign in to comment.