Stop running twice the tests on Travis

This commit is contained in:
Cqoicebordel 2015-02-03 20:16:24 +01:00
parent 40ae8c8247
commit ccf3d80107
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ install:
- "make" - "make"
- pip install coveralls - pip install coveralls
script: script:
- "make tests" - "make flake8"
- "make robot" - "make robot"
- "make styles" - "make styles"
- "make grunt" - "make grunt"