Skip to content

Commit

Permalink
No reason to only test against 5.5.9 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
jeskew committed Jul 6, 2015
1 parent de7a632 commit e6592f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: php

php:
- 5.5.9
- 5.5
- 5.6
- 7.0
- hhvm
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
}
],
"require": {
"php": ">=5.5",
"aws/aws-sdk-php": "^3.0.5",
"symfony/config": "~2.3",
"symfony/dependency-injection": "~2.3",
Expand Down

0 comments on commit e6592f7

Please sign in to comment.