Skip to content

Commit

Permalink
Merge pull request #9 from ashnazg/ccrm
Browse files Browse the repository at this point in the history
Fix RSE bug
  • Loading branch information
ashnazg authored Jul 19, 2018
2 parents 2751c95 + 761eda1 commit 5787b5e
Show file tree
Hide file tree
Showing 12 changed files with 405 additions and 137 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
composer.lock
composer.phar
vendor

# eclipse
.buildpath
.project
.settings
18 changes: 14 additions & 4 deletions .travis.yml
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/
Loading

0 comments on commit 5787b5e

Please sign in to comment.