浏览代码

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