Explorar o código

Fix travis running the tests twice

Gaël Métais %!s(int64=10) %!d(string=hai) anos
pai
achega
13e2d2d597
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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