Added explicit node version to travis config.
Added explicit node and npm version to travis config.10.3.x-maintenance
parent
16ad1336e5
commit
e96c4c0210
|
@ -1,6 +1,11 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
|
|
||||||
|
node_js:
|
||||||
|
- node
|
||||||
|
- 8.11.2
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
- npm i -g npm@6.0.1
|
||||||
- npm install gulp -g
|
- npm install gulp -g
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue