summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2013-09-20 16:52:03 +0200
committerFabio Bas <ctrlaltca@gmail.com>2013-09-20 16:52:03 +0200
commit5dea687c29b89d792e9653d6e5f3c64cddb26b04 (patch)
treee6201ff8895dd609fe0625289e13944b3eb3614a /.travis.yml
parent3fdbb2cbfe778fcf48c61bb9fe40d4ac85f8004f (diff)
Enable travis for php 5.3, 5.4, 5.5; enabled coveralls
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 144442d4..1532598c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,8 @@ language: php
php:
- 5.3
+ - 5.4
+ - 5.5
before_script:
- composer self-update
@@ -11,5 +13,5 @@ before_script:
script:
- ./bin/phing test
-#after_script:
- #- php ./bin/coveralls -v \ No newline at end of file
+after_script:
+ - php ./bin/coveralls -v \ No newline at end of file