diff options
author | nodiscc <nodiscc@gmail.com> | 2015-06-23 14:18:04 +0200 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-06-23 14:18:04 +0200 |
commit | 7d338fa5315a9de59cfff924114ec73e62380466 (patch) | |
tree | d884ae95078451923299661c4933f679ef329adb /.travis.yml | |
parent | a037ac6963f111d0c9d5e4faa55f805edd93d91b (diff) | |
parent | 13d07f969914fa06d8648ef606962121d32c4be3 (diff) | |
download | Shaarli-7d338fa5315a9de59cfff924114ec73e62380466.tar.gz Shaarli-7d338fa5315a9de59cfff924114ec73e62380466.tar.zst Shaarli-7d338fa5315a9de59cfff924114ec73e62380466.zip |
Merge remote-tracking branch 'virtualtam/travis' into next
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..bcaf682c --- /dev/null +++ b/.travis.yml | |||
@@ -0,0 +1,10 @@ | |||
1 | language: php | ||
2 | php: | ||
3 | - 5.6 | ||
4 | - 5.5 | ||
5 | - 5.4 | ||
6 | install: | ||
7 | - composer self-update | ||
8 | - composer install | ||
9 | script: | ||
10 | - make test | ||