aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2015-06-23 14:18:04 +0200
committernodiscc <nodiscc@gmail.com>2015-06-23 14:18:04 +0200
commit7d338fa5315a9de59cfff924114ec73e62380466 (patch)
treed884ae95078451923299661c4933f679ef329adb
parenta037ac6963f111d0c9d5e4faa55f805edd93d91b (diff)
parent13d07f969914fa06d8648ef606962121d32c4be3 (diff)
downloadShaarli-7d338fa5315a9de59cfff924114ec73e62380466.tar.gz
Shaarli-7d338fa5315a9de59cfff924114ec73e62380466.tar.zst
Shaarli-7d338fa5315a9de59cfff924114ec73e62380466.zip
Merge remote-tracking branch 'virtualtam/travis' into next
-rw-r--r--.travis.yml10
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 @@
1language: php
2php:
3 - 5.6
4 - 5.5
5 - 5.4
6install:
7 - composer self-update
8 - composer install
9script:
10 - make test