Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a672f9eb38..0be69f5c48 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -109,6 +109,10 @@ sudo: required
script: $PIWIK_ROOT_DIR/tests/travis/travis.sh
+cache:
+ directories:
+ - "travis_phantomjs"
+
install:
- git fetch -q
@@ -156,6 +160,8 @@ before_script:
- ./tests/travis/prepare.sh
- ./tests/travis/setup_webserver.sh
+ - ./tests/travis/install_phantomjs.sh
+ - export PATH=$PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH
- cd tests/PHPUnit