Update .travis.yml
This commit is contained in:
parent
e1891570e3
commit
f6fae6713d
1 changed files with 1 additions and 3 deletions
|
@ -72,7 +72,7 @@ before_script:
|
||||||
- chmod 600 .my.cnf
|
- chmod 600 .my.cnf
|
||||||
- git clone https://github.com/datacharmer/test_db.git
|
- git clone https://github.com/datacharmer/test_db.git
|
||||||
- cd test_db
|
- cd test_db
|
||||||
- cat employees.sql | grep -v 'storage_engine' | mysql
|
- "cat employees.sql | grep -v 'storage_engine' | mysql"
|
||||||
- cd ..
|
- cd ..
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
@ -81,5 +81,3 @@ script:
|
||||||
after_script:
|
after_script:
|
||||||
- echo "Standard Output: $(cat stdout.txt)"
|
- echo "Standard Output: $(cat stdout.txt)"
|
||||||
- echo "Standard Error : $(cat stderr.txt)"
|
- echo "Standard Error : $(cat stderr.txt)"
|
||||||
# - [ "0" = "$(wl -l stderr.txt)" ] || exit 2
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue