Преглед изворни кода

Fix travis running the tests twice

Gaël Métais пре 10 година
родитељ
комит
13e2d2d597
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -4,5 +4,4 @@ node_js:
 before_install:
     - "npm install -g grunt-cli"
     - "npm install -g phantomjs"
-install: npm install
-before_script: grunt test
+install: npm install