summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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