From 5dc8b271f03763c1f9f2614701a176b72ddce108 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sun, 10 Dec 2017 10:30:45 +0100 Subject: [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 --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3