Skip to content

Commit

Permalink
merged branch stof/travis_version (PR #4905)
Browse files Browse the repository at this point in the history
Commits
-------

7dcb637 Removed PHP 5.3.3 from the travis build as we require 5.3.4 now

Discussion
----------

Removed PHP 5.3.3 from the travis build as we require 5.3.4 now

This will fix the travis build.

We cannot add 5.3.4 to replace 5.3.3 as it is not available on Travis IIRC. @lsmith77 could you confirm this ?
  • Loading branch information
fabpot committed Jul 14, 2012
2 parents 4b2230d + 7dcb637 commit f9765d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.3.3
- 5.3
- 5.4

Expand Down

0 comments on commit f9765d5

Please sign in to comment.