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

Commit f2b3ed4

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

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
@@ -15,3 +15,10 @@ before_script:
1515
script:
1616
- php robo.phar test cli
1717
- php robo.phar test "unit -g core"
18+
- php robo.phar test "tests/unit/Codeception/Constraints/"
19+
# run tests with 2.5 branch
20+
- CODECEPTION_VERSION=2.5.x-dev php robo.phar prepare
21+
- composer update
22+
- php robo.phar test cli
23+
- php robo.phar test "unit -g core"
24+
- php robo.phar test "tests/unit/Codeception/Constraints/"

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@
2727
"require-dev": {
2828
"vlucas/phpdotenv": "^3.0",
2929
"codeception/specify": "*"
30+
},
31+
"config": {
32+
"discard-changes": true
3033
}
3134
}

0 commit comments

Comments
 (0)