Skip to content

Commit 28517fa

Browse files
committed
Creating mysql database test on travis.
1 parent 483a54d commit 28517fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ install:
3737
before_script:
3838
- mkdir build && cd build && cmake -DCMAKE_C_COMPILER=$CMAKE_CC -DCMAKE_CXX_COMPILER=$CMAKE_CXX $CMAKE_ARGS $CMAKE_ARGS_ALL -DTEST_DATABASE=$DB ..
3939
- if [ "$DB" == "postgresql" ]; then psql -c "CREATE DATABASE $USER;" -U postgres; fi
40-
- if [ "$DB" == "mysql" ]; then mysql -e "CREATE DATABASE $USER;"; fi
40+
- if [ "$DB" == "mysql" ]; then mysql -e "CREATE DATABASE test;"; fi
4141

4242
script:
4343
- make -j4 && ctest -V

0 commit comments

Comments
 (0)