aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-01-15 16:31:53 +0100
committerArthurHoaro <arthur@hoa.ro>2017-03-06 21:11:18 +0100
commit6c7d68645409cfad3858b5f252f5a49b148e3b53 (patch)
treefd81f0a21240ad42ee0c00a4b41d11f7149ef33e /.travis.yml
parent52b503105d389d1796698114573ff618b2ad34a2 (diff)
downloadShaarli-6c7d68645409cfad3858b5f252f5a49b148e3b53.tar.gz
Shaarli-6c7d68645409cfad3858b5f252f5a49b148e3b53.tar.zst
Shaarli-6c7d68645409cfad3858b5f252f5a49b148e3b53.zip
Run languages tests using PHPUnit test suites
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 03071a47..2a5ff5e3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,11 @@
1sudo: false 1sudo: false
2language: php 2language: php
3addons:
4 apt:
5 packages:
6 - locales
7 - language-pack-de
8 - language-pack-fr
3cache: 9cache:
4 directories: 10 directories:
5 - $HOME/.composer/cache 11 - $HOME/.composer/cache