We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50e0cb commit 9a3a979Copy full SHA for 9a3a979
.travis.yml
@@ -90,6 +90,7 @@ before_script:
90
91
script:
92
- codecept run integration
93
+ - codecept run acceptance
94
95
# change this when merged
96
branches:
codeception.dist.yml
@@ -16,7 +16,7 @@ extensions:
16
- Codeception\Command\GenerateWPAjax
17
- Codeception\Command\GenerateWPCanonical
18
- Codeception\Command\GenerateWPXMLRPC
19
- - Codeception\Command\DbSnapshot
+ #- Codeception\Command\DbSnapshot
20
- tad\Codeception\Command\SearchReplace
21
params:
22
- env
0 commit comments