Merge pull request #213 from Cqoicebordel/travis

Stop running twice the tests on Travis
This commit is contained in:
Adam Tauber
2015-02-04 11:53:03 +01:00

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"