Travis modifications
This commit is contained in:
parent
94afc6e326
commit
e65cdf3866
|
@ -1,7 +1,10 @@
|
||||||
if: (branch = development) OR (branch = master) OR (type = pull_request) OR (tag IS present)
|
if: (branch = development) OR (branch = master) OR (type = pull_request) OR (tag IS present)
|
||||||
|
sudo: required
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "8"
|
- "9"
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
before_install:
|
before_install:
|
||||||
|
|
Loading…
Reference in New Issue