]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - .travis.yml
PHP: ensure 5.3 compatibility, refactor timezone utilities
[github/shaarli/Shaarli.git] / .travis.yml
CommitLineData
13d07f96
V
1language: php
2php:
3 - 5.6
4 - 5.5
5 - 5.4
d1e2f8e5 6 - 5.3
13d07f96
V
7install:
8 - composer self-update
9 - composer install
10script:
11 - make test