Skip to content

Commit 2b3e746

Browse files
committedJan 4, 2017
Fixed codeception version in travis.yml
1 parent ff17ece commit 2b3e746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cache:
2121
# install dependencies
2222
install:
2323
- travis_retry composer self-update
24-
- travis_retry composer global require "codeception/codeception:2.2.x@dev"
24+
- travis_retry composer global require "codeception/codeception:2.2.5"
2525
- travis_retry composer global require "fxp/composer-asset-plugin:~1.1.0"
2626
- travis_retry composer install --prefer-dist
2727

0 commit comments

Comments
 (0)
Please sign in to comment.