We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483a54d commit 28517faCopy full SHA for 28517fa
1 file changed
.travis.yml
@@ -37,7 +37,7 @@ install:
37
before_script:
38
- mkdir build && cd build && cmake -DCMAKE_C_COMPILER=$CMAKE_CC -DCMAKE_CXX_COMPILER=$CMAKE_CXX $CMAKE_ARGS $CMAKE_ARGS_ALL -DTEST_DATABASE=$DB ..
39
- if [ "$DB" == "postgresql" ]; then psql -c "CREATE DATABASE $USER;" -U postgres; fi
40
- - if [ "$DB" == "mysql" ]; then mysql -e "CREATE DATABASE $USER;"; fi
+ - if [ "$DB" == "mysql" ]; then mysql -e "CREATE DATABASE test;"; fi
41
42
script:
43
- make -j4 && ctest -V
0 commit comments