diff options
author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-03 20:16:24 +0100 |
---|---|---|
committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-03 20:16:24 +0100 |
commit | ccf3d80107929a575c9958b8beb311405ce0461b (patch) | |
tree | 88d48aea3026ce89e7fed1010b383c7659df1ef1 | |
parent | 40ae8c82478338f12cdf5aa1db9d42b6eaf5ffe5 (diff) | |
download | searxng-ccf3d80107929a575c9958b8beb311405ce0461b.tar.gz searxng-ccf3d80107929a575c9958b8beb311405ce0461b.zip |
Stop running twice the tests on Travis
-rw-r--r-- | .travis.yml | 2 |
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" |