diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-20 16:52:03 +0200 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-20 16:52:03 +0200 |
commit | 5dea687c29b89d792e9653d6e5f3c64cddb26b04 (patch) | |
tree | e6201ff8895dd609fe0625289e13944b3eb3614a /.travis.yml | |
parent | 3fdbb2cbfe778fcf48c61bb9fe40d4ac85f8004f (diff) |
Enable travis for php 5.3, 5.4, 5.5; enabled coveralls
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
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 |