Ver código fonte

Fixing database creation

Penta 5 anos atrás
pai
commit
2db9b736a2
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -20,6 +20,8 @@ install:
   - pip install -U codecov
   - pip install -U pytest-cov
 script:
+  # Creating the applicative database
+  - sudo mariadb -e "CREATE DATABASE $DB_NAME"
   # Import of the database architecture
   - sudo mariadb $DB_NAME < extra/myanimebot-init.sql
   # Creation of the user for the application