mirror of
https://github.com/deajan/obackup.git
synced 2024-11-15 04:03:41 +01:00
Add missing singequote
This commit is contained in:
parent
2a0245c2d5
commit
8f2cd131fe
@ -12,7 +12,7 @@ os:
|
|||||||
osx
|
osx
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
alias mysql='mysql --socket=/run/mysql-5.6/mysqld.sock; mysql -e 'CREATE DATABASE travistest;'
|
alias mysql='mysql --socket=/run/mysql-5.6/mysqld.sock'; mysql -e 'CREATE DATABASE travistest;'
|
||||||
|
|
||||||
script:
|
script:
|
||||||
TRAVIS_RUN=true dev/tests/run_tests.sh
|
TRAVIS_RUN=true dev/tests/run_tests.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user