summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2015-02-04 11:53:03 +0100
committerAdam Tauber <asciimoo@gmail.com>2015-02-04 11:53:03 +0100
commit6b8270a230f725d7c85ce2e3c87eaa089570fa85 (patch)
treeab96c8b759f2903979cf2ca2b0bd5c2ce5acc6ac
parentd2def30eea3ffc2a3680fc745ee111b53eeb8d37 (diff)
parentccf3d80107929a575c9958b8beb311405ce0461b (diff)
Merge pull request #213 from Cqoicebordel/travis
Stop running twice the tests on Travis
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 751a0ca68..44340600d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@ install:
- "make"
- pip install coveralls
script:
- - "make tests"
+ - "make flake8"
- "make robot"
- "make styles"
- "make grunt"