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:
authorFabian Becker <halfdan@xnorfz.de>2013-04-06 22:31:06 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-04-06 22:31:06 +0400
commit2bfc406b25f8cf3fe0beb1273c9dbf072cb5d366 (patch)
treeacc061d02126298926a12922b0909426c3907743 /.travis.yml
parent6c55e2da812db22caa9e1c1a512daba7479495ab (diff)
Install Twig via composer
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 04ed9189ff..b94c373042 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,8 +25,9 @@ matrix:
script: ./travis.sh
before_script:
- - echo `uname -a`
- - echo `date`
+ - composer install
+ - uname -a
+ - date
- mysql -e 'create database piwik_test;'
- ./tests/travis/prepare.sh
- ./tests/travis/setup_webserver.sh