TRAVIS PLS

This commit is contained in:
Poojawa
2018-09-11 13:44:56 -05:00
parent 8fa0212d25
commit 247bb1c1e6
+2
View File
@@ -50,6 +50,8 @@ matrix:
- $HOME/MariaDB
- $HOME/.rustup
before_install:
- chmod +x build.sh
install:
- tools/travis/install_build_tools.sh
- if [ $BUILD_TOOLS = false ] && [ $BUILD_TESTING = false ]; then mysql -u root -e 'CREATE DATABASE tg_travis;'; fi