-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from ashnazg/ccrm
Fix RSE bug
- Loading branch information
Showing
12 changed files
with
405 additions
and
137 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 |
---|---|---|
|
@@ -2,3 +2,8 @@ | |
composer.lock | ||
composer.phar | ||
vendor | ||
|
||
# eclipse | ||
.buildpath | ||
.project | ||
.settings |
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,7 +1,17 @@ | ||
language: php | ||
install: | ||
- pear install package.xml | ||
php: | ||
- 5.4 | ||
- pear install package2.xml | ||
matrix: | ||
include: | ||
- php: 5.2 | ||
dist: precise | ||
- php: 5.3 | ||
dist: precise | ||
- php: 5.4 | ||
dist: trusty | ||
- php: 5.5 | ||
dist: trusty | ||
- php: 5.6 | ||
dist: trusty | ||
sudo: false | ||
script: phpunit tests/ | ||
script: phpunit tests/ |
Oops, something went wrong.