File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
php :
3
- - 5.4
4
- - 5.5
5
3
- 5.6
6
4
7
5
# faster builds on new travis setup not using sudo
@@ -21,18 +19,19 @@ install:
21
19
- travis_retry composer global require "codeception/codeception=2.0.*" "codeception/specify=*" "codeception/verify=*"
22
20
# setup application:
23
21
- |
22
+ ls -l
24
23
chmod a+x ./init
25
24
./init --env=Development
26
- sed -i s/root/travis/ common/config/main-local.php
27
- sed -i "s/'cookieValidationKey' => ''/'cookieValidationKey' => 'testkey'/" backend/config/main.php
28
- cd tests/codeception/backend && codecept build
29
- cd ../common && codecept build
30
- cd ../console && codecept build
31
- cd ../rest && codecept build
32
- cd ../../../
25
+ sed -i s/root/travis/ ./ common/config/main-local.php
26
+ sed -i "s/'cookieValidationKey' => ''/'cookieValidationKey' => 'testkey'/" ./ backend/config/main.php
27
+ cd ./ tests/codeception/backend && codecept build
28
+ cd ./. ./common && codecept build
29
+ cd ./. ./console && codecept build
30
+ cd ./. ./rest && codecept build
31
+ cd ./. ./../../
33
32
34
33
before_script :
35
- - cd tests/codeception/bin && php yii migrate --interactive=0 && cd ../../..
34
+ - cd ./ tests/codeception/bin && php yii migrate --interactive=0 && cd ../../..
36
35
37
36
script :
38
37
- |
You can’t perform that action at this time.
0 commit comments