Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 44f7d1b

Browse files
author
Jamie Snape
committed
Tweak Travis CI configuration
1 parent 78c1867 commit 44f7d1b

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ install:
4949
- travis_retry composer install -n --prefer-dist
5050

5151
before_script:
52-
- cp tests/travis/mysql.ini tests/configs/mysql.ini && mysql -u root -e 'create database midas_test;'
53-
- if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then cp tests/travis/pgsql.ini tests/configs/pgsql.ini && psql -U postgres -c 'create database midas_test;'; fi
54-
- cp tests/travis/sqlite.ini tests/configs/sqlite.ini && touch midas_test.db
52+
- cp tests/ci/travis/mysql.ini tests/configs/mysql.ini && mysql -u root -e 'create database midas_test;'
53+
- if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then cp tests/ci/travis/pgsql.ini tests/configs/pgsql.ini && psql -U postgres -c 'create database midas_test;'; fi
54+
- cp tests/ci/travis/sqlite.ini tests/configs/sqlite.ini && touch midas_test.db
5555

5656
script:
5757
- mkdir _test && cd _test
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)