Prechádzať zdrojové kódy

Fix travis running the tests twice

Gaël Métais 10 rokov pred
rodič
commit
13e2d2d597
1 zmenil súbory, kde vykonal 1 pridanie a 2 odobranie
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

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