diff options
author | Liam Jack <cuonic@cuonic.com> | 2015-10-05 22:29:29 +0200 |
---|---|---|
committer | Liam Jack <cuonic@cuonic.com> | 2015-10-05 22:29:29 +0200 |
commit | f3d2ed1e07f01674e8f58f8da73c3241949d65a5 (patch) | |
tree | ecb92cd5bf849ba6156ebab4b790c76a6799cc3b | |
parent | a1ab71282c5b08a4d7d7bc764ebac1644265282d (diff) | |
download | PHPAuth-f3d2ed1e07f01674e8f58f8da73c3241949d65a5.zip PHPAuth-f3d2ed1e07f01674e8f58f8da73c3241949d65a5.tar.gz PHPAuth-f3d2ed1e07f01674e8f58f8da73c3241949d65a5.tar.bz2 |
Forgot that dot files don't get added correctly by git
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4a73eb0..6287b48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,10 @@ matrix: allow_failures: - php: hhvm +before_script: + - mysql -e 'create database phpauthtest;' + - mysql -u root -p phpauthtest < database.sql + script: - phpunit |