We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab04a95 commit 24d44c4Copy full SHA for 24d44c4
1 file changed
.travis.yml
@@ -1,7 +1,7 @@
1
language: php
2
3
env:
4
- CODECEPTION_VERSION: '2.6.x-dev'
+ CODECEPTION_VERSION: '3.0.x-dev'
5
6
php:
7
- 7.1
@@ -17,9 +17,11 @@ script:
17
- php robo.phar test cli
18
- php robo.phar test "unit -g core"
19
- php robo.phar test "tests/unit/Codeception/Constraints/"
20
+ - php robo.phar test "tests/unit/Codeception/Module/AssertsTest.php"
21
# run tests with 2.5 branch
22
- CODECEPTION_VERSION=2.5.x-dev php robo.phar prepare
23
- composer update
24
25
26
27
0 commit comments