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)
|
||||
sudo: required
|
||||
services:
|
||||
- docker
|
||||
language: node_js
|
||||
node_js:
|
||||
- "8"
|
||||
- "9"
|
||||
os:
|
||||
- linux
|
||||
before_install:
|
||||
|
|
Loading…
Reference in New Issue