commit: ccf3d80107929a575c9958b8beb311405ce0461b parent 40ae8c82478338f12cdf5aa1db9d42b6eaf5ffe5 Author: Cqoicebordel <Cqoicebordel@users.noreply.github.com> Date: Tue, 3 Feb 2015 20:16:24 +0100 Stop running twice the tests on TravisDiffstat:
M | .travis.yml | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)diff --git 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"