Optimise travis config

This commit is contained in:
JC Brand 2017-06-13 21:21:57 +02:00
parent 615c00dba1
commit b178aef269

View File

@ -8,10 +8,7 @@ addons:
chrome: stable
node_js:
- 6
before_install:
- export DISPLAY=:99.0
install: make dev
install: make stamp-npm
before_script: make serve_bg
script: make check
sudo: false