summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2017-12-10 10:30:45 +0100
committerAlexandre Flament <alex@al-f.net>2017-12-10 10:39:12 +0100
commit5dc8b271f03763c1f9f2614701a176b72ddce108 (patch)
treefbc9f991d54b46055953eea8d543cb20a87b1777 /.travis.yml
parent7752b0a8075b8813c3e74aebdd9655aecdf38444 (diff)
downloadsearxng-5dc8b271f03763c1f9f2614701a176b72ddce108.tar.gz
searxng-5dc8b271f03763c1f9f2614701a176b72ddce108.zip
[mod] simplify manage.sh
- npm install less@2.7 less-plugin-clean-css grunt-cli is moved inside manage.sh - if it is possible to source manage.sh to update the PATH (to start grunt) - tidy the help documentation - update the geckodriver version to 0.19.1
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index ce0509201..0dde8317d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,11 +13,9 @@ python:
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- - npm install less@2.7 less-plugin-clean-css grunt-cli
- - export PATH=`pwd`/node_modules/.bin:$PATH
+install:
- ./manage.sh install_geckodriver ~/drivers
- export PATH=~/drivers:$PATH
-install:
- ./manage.sh npm_packages
- ./manage.sh update_dev_packages
- pip install codecov