]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Merge remote-tracking branch 'virtualtam/travis' into next
authornodiscc <nodiscc@gmail.com>
Tue, 23 Jun 2015 12:18:04 +0000 (14:18 +0200)
committernodiscc <nodiscc@gmail.com>
Tue, 23 Jun 2015 12:18:04 +0000 (14:18 +0200)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..bcaf682
--- /dev/null
@@ -0,0 +1,10 @@
+language: php
+php:
+  - 5.6
+  - 5.5
+  - 5.4
+install:
+  - composer self-update
+  - composer install
+script:
+  - make test