Update travis yml
This commit is contained in:
parent
79d91e5b07
commit
be5d060437
1 changed files with 2 additions and 3 deletions
|
@ -160,10 +160,9 @@ install:
|
|||
before_script:
|
||||
- echo -e "[client]\nuser=root\npassword=\"\"" > .my.cnf
|
||||
- chmod 600 .my.cnf
|
||||
- wget "https://launchpad.net/test-db/employees-db-1/1.0.6/+download/employees_db-full-1.0.6.tar.bz2"
|
||||
- tar xvjf employees_db-full-1.0.6.tar.bz2
|
||||
- tar xvjf build/employees_db-full-1.0.6.tar.bz2
|
||||
- cd employees_db
|
||||
- cat employees.sql | grep -v 'set storage_engine' | mysql
|
||||
- cat employees.sql | grep -v 'storage_engine' | mysql
|
||||
- cd ..
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue