Browse Source

Merge pull request #213 from Cqoicebordel/travis

Stop running twice the tests on Travis
Adam Tauber 10 years ago
parent
commit
6b8270a230
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml View File

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"