瀏覽代碼

Stop running twice the tests on Travis

Cqoicebordel 10 年之前
父節點
當前提交
ccf3d80107
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml 查看文件

10
   - "make"
10
   - "make"
11
   - pip install coveralls
11
   - pip install coveralls
12
 script:
12
 script:
13
-  - "make tests"
13
+  - "make flake8"
14
   - "make robot"
14
   - "make robot"
15
   - "make styles"
15
   - "make styles"
16
   - "make grunt"
16
   - "make grunt"