summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-04-02 18:59:43 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2020-04-02 18:59:43 +0200
commit2441e242884a196a21cbf11bd7726584849553e1 (patch)
treefd0aa9df0ca9eb881f4b81d1b1cac07215d0bb67 /.travis.yml
parent0a951d0e550089ec8499b87ca7077420b23ff368 (diff)
parent65e8af62b18d5776ebed02ae9d22e137d7f421ca (diff)
Merge branch 'master' of https://github.com/asciimoo/searx into filtron
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index c1a9c2b21..76a20b00d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,21 +1,19 @@
os: linux
dist: bionic
-arch: arm64
language: python
cache:
- directories:
- $HOME/.cache/pip
-before_cache:
- - sudo chown -R travis:travis $HOME/.cache/pip
- - rm -f $HOME/.cache/pip/log/debug.log
addons:
firefox: "latest"
install:
+ - env
+ - which python; python --version
- make V=1 install
- make V=1 gecko.driver
- make V=1 node.env
- - local/py3/bin/pip install codecov
+ - make V=1 travis.codecov
script:
- make V=1 themes
- make V=1 test
@@ -31,6 +29,7 @@ stages:
jobs:
include:
- python: "2.7"
+ env: PY=2
- python: "3.5"
- python: "3.6"
- stage: docker