소스 검색

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"