Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
CI Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed Feb 6, 2014
1 parent 61133c0 commit bb145b6
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .travis.yml
@@ -1,17 +1,29 @@
language: php

php:
- 5.5
- 5.4
- 5.3
- 5.4
- 5.5
- hhvm

before_install:
- composer self-update
- composer install --prefer-source --no-interaction --dev

before_script:

branches:
only:
- master

script:

after_script:

matrix:
allow_failures:
- php: hhvm
fast_finish: true

notifications:
email: false

0 comments on commit bb145b6

Please sign in to comment.