Skip to content
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.

Commit

Permalink
run Travis tests for php 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jun 6, 2014
1 parent 23ae1eb commit 2745abd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
Expand All @@ -9,4 +10,4 @@ php:
before_script:
- composer install --prefer-source --no-interaction --dev

script: vendor/bin/phpspec run
script: vendor/bin/phpspec run

0 comments on commit 2745abd

Please sign in to comment.