Sfoglia il codice sorgente

Optimise travis config

JC Brand 8 anni fa
parent
commit
b178aef269
1 ha cambiato i file con 1 aggiunte e 4 eliminazioni
  1. 1 4
      .travis.yml

+ 1 - 4
.travis.yml

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