diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-03-29 12:22:02 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-03-29 12:22:02 +0200 |
commit | ca65d41da569834435c226407370365224d7867c (patch) | |
tree | e94f581ca2dc6815ae9ac59dd5bcb15e06d8b7a4 /.travis.yml | |
parent | 442b27ac1b1f54669fbb9785d780327f62814431 (diff) | |
download | searxng-ca65d41da569834435c226407370365224d7867c.tar.gz searxng-ca65d41da569834435c226407370365224d7867c.zip |
[fix] travis: reomve 'make style' from travis build
Commit 8a16903a removes Makefile target style
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ca986d04d..1667cd37c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,6 @@ install: - make node.env - local/py3/bin/pip install codecov script: - - make styles - make themes - make test after_success: |