Skip to content

Commit

Permalink
remove php 5.3 and hhvm from travis-ci as they not support openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Nov 26, 2015
1 parent c4b9e97 commit 6bba352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,15 @@ branches:
- develop

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- nightly

matrix:
allow_failures:
- php: 7.0
- php: 5.3
- php: hhvm
- php: nightly

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2

0 comments on commit 6bba352

Please sign in to comment.