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 9534e0d commit b317d7dCopy full SHA for b317d7d
.travis.yml
@@ -12,7 +12,7 @@ env:
12
matrix:
13
exclude:
14
- php: 5.3
15
- - env: CODECEPT_VERSION="2"
+ env: CODECEPT_VERSION="2"
16
17
before_script:
18
- printf "\n" | pecl install imagick
@@ -22,4 +22,4 @@ before_script:
22
- mkdir tests/_log
23
- php codecept${CODECEPT_VERSION}.phar build
24
25
-script: php codecept${CODECEPT_VERSION}.phar run -d
+script: php codecept${CODECEPT_VERSION}.phar run -d
0 commit comments