Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

Commit 5787b5e

Browse files
authored
Merge pull request #9 from ashnazg/ccrm
Fix RSE bug
2 parents 2751c95 + 761eda1 commit 5787b5e

12 files changed

Lines changed: 405 additions & 137 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22
composer.lock
33
composer.phar
44
vendor
5+
6+
# eclipse
7+
.buildpath
8+
.project
9+
.settings

.travis.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
language: php
22
install:
3-
- pear install package.xml
4-
php:
5-
- 5.4
3+
- pear install package2.xml
4+
matrix:
5+
include:
6+
- php: 5.2
7+
dist: precise
8+
- php: 5.3
9+
dist: precise
10+
- php: 5.4
11+
dist: trusty
12+
- php: 5.5
13+
dist: trusty
14+
- php: 5.6
15+
dist: trusty
616
sudo: false
7-
script: phpunit tests/
17+
script: phpunit tests/

0 commit comments

Comments
 (0)