Skip to content

Commit

Permalink
Fix Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Aug 13, 2019
1 parent d58e5e7 commit c1a603c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
language: php
sudo: false
before_script:
- lib/createdb.sh -u root -c test/options.php --batch --no-password-file
- lib/createdb.sh -u root -c test/cdb-options.php --no-dbuser --batch --no-password-file
services:
- mysql
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
before_script:
- lib/createdb.sh -u root -c test/options.php --batch --no-password-file
- lib/createdb.sh -u root -c test/cdb-options.php --no-dbuser --batch --no-password-file
script:
- test/check.sh

0 comments on commit c1a603c

Please sign in to comment.