-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PW-307 Use different version for Payment and Recurring service. Updat… (
#36) * PW-307 Use different version for Payment and Recurring service. Updated the payment service to latest v30 and use recurring latest v25. Update version to new release version. * update travis to support trusty and precise for different php versions * fix travis file * PW-307 drop 5.2 does not allow composer install
- Loading branch information
1 parent
9c66b63
commit a0a6ab3
Showing
4 changed files
with
32 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
sudo: false | ||
dist: trusty | ||
language: php | ||
php: | ||
- 5.3 | ||
- 5.4 | ||
- 5.5 | ||
- 5.6 | ||
- 7.0 | ||
- 7.1 | ||
- nightly | ||
matrix: | ||
allow_failures: | ||
- php: nightly | ||
include: | ||
- php: 7.1 | ||
- php: 7.2 | ||
- php: 7.1 | ||
- php: 7.0 | ||
- php: 5.6 | ||
- php: 5.6 | ||
- php: 5.5 | ||
- php: 5.4 | ||
- dist: precise | ||
php: 5.3 | ||
before_script: | ||
- composer install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters