Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrenouard committed Oct 16, 2019
1 parent e189157 commit f6fae67
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ before_script:
- chmod 600 .my.cnf
- git clone https://github.com/datacharmer/test_db.git
- cd test_db
- cat employees.sql | grep -v 'storage_engine' | mysql
- "cat employees.sql | grep -v 'storage_engine' | mysql"
- cd ..

script:
Expand All @@ -81,5 +81,3 @@ script:
after_script:
- echo "Standard Output: $(cat stdout.txt)"
- echo "Standard Error : $(cat stderr.txt)"
# - [ "0" = "$(wl -l stderr.txt)" ] || exit 2

0 comments on commit f6fae67

Please sign in to comment.