Travis modifications

This commit is contained in:
apanizo 2018-08-09 11:38:43 +02:00
parent 94afc6e326
commit e65cdf3866
1 changed files with 4 additions and 1 deletions

View File

@ -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: