mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Merge pull request #3650 from PieterGit/201806_node10_disable
Temporary disable Node 10 build from Travis
This commit is contained in:
@@ -3,7 +3,6 @@ sudo: required
|
||||
dist: trusty
|
||||
node_js:
|
||||
- "8"
|
||||
- "10"
|
||||
before_install: if [[ `npm --version` != "5.8.0" ]]; then npm install -g npm@latest; npm --version; fi
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
||||
Reference in New Issue
Block a user