-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc84fe3
commit 2587426
Showing
3 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,27 +59,26 @@ script: | |
- cp -f env.ini-travis env.ini | ||
- composer update | ||
- ls | ||
- chmod +x /home/travis/build/gopeak/masterlab/travis/install-nginx.sh | ||
- /home/travis/build/gopeak/masterlab/travis/install-nginx.sh | ||
- chown -R $(whoami):$(whoami) /home/travis/build/gopeak/masterlab/app/storage | ||
- chmod +x /home/travis/build/gopeak/masterlab/app/storage | ||
- curl "http://travis.test:8888/framework/feature/getPhpIni?data_type=json" | ||
- chmod +x $TRAVIS_BUILD_DIR/travis/install-nginx.sh | ||
- $TRAVIS_BUILD_DIR/travis/install-nginx.sh | ||
- chown -R $(whoami):$(whoami) $TRAVIS_BUILD_DIR/app/storage | ||
- chmod +x $TRAVIS_BUILD_DIR/app/storage | ||
- curl "http://masterlab.ci:8888/framework/feature/getPhpIni?data_type=json" | ||
- cat /tmp/error.log | ||
|
||
- php app/public/test_mysql.php | ||
- cd app/test | ||
- phpunit #--bootstrap ./bootstrap.php requirement/TestEnv.php | ||
# - cat /tmp/error.log | ||
# - cat /tmp/error.log | ||
|
||
notifications: | ||
email: | ||
- [email protected] | ||
|
||
addons: | ||
ssh_known_hosts: 47.244.62.11 | ||
#ssh_known_hosts: 47.244.62.11 | ||
hosts: | ||
- travis.test | ||
- masterlab.dev | ||
- masterlab.ci | ||
apt: | ||
sources: | ||
- mysql-5.7-trusty | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters