diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-30 11:23:18 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-30 11:23:18 +0100 |
commit | 367664ee87cbfb1bb318f71af84eb84cdbc11555 (patch) | |
tree | 70d3fd25da97d37a4f646f07bcb8ccbf11ca23f5 /.travis.yml | |
parent | e11e03cb3221c7db241d745f9c3f8bb25a3e6aad (diff) | |
download | wallabag-367664ee87cbfb1bb318f71af84eb84cdbc11555.tar.gz wallabag-367664ee87cbfb1bb318f71af84eb84cdbc11555.tar.zst wallabag-367664ee87cbfb1bb318f71af84eb84cdbc11555.zip |
finally fix phpunit and travis?
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 35702a3e..2971c5b9 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -1,4 +1,6 @@ | |||
1 | language: php | 1 | language: php |
2 | php: | ||
3 | - 5.5 | ||
2 | branches: | 4 | branches: |
3 | only: | 5 | only: |
4 | - refactor \ No newline at end of file | 6 | - refactor \ No newline at end of file |