Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit a2cdd97

Browse files
committed
[Travis] run Constraints tests and on 2.5 branch
1 parent da6f487 commit a2cdd97

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@ before_script:
1616
script:
1717
- php robo.phar test cli
1818
- php robo.phar test "unit -g core"
19+
- php robo.phar test "tests/unit/Codeception/Constraints/"
20+
# run tests with 2.5 branch
21+
- CODECEPTION_VERSION=2.5.x-dev php robo.phar prepare
22+
- composer update
23+
- php robo.phar test cli
24+
- php robo.phar test "unit -g core"
25+
- php robo.phar test "tests/unit/Codeception/Constraints/"

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@
2323
"require-dev": {
2424
"vlucas/phpdotenv": "^3.0",
2525
"codeception/specify": "*"
26+
},
27+
"config": {
28+
"discard-changes": true
2629
}
2730
}

0 commit comments

Comments
 (0)