Parcourir la source

Fixing database creation

Penta il y a 5 ans
Parent
commit
2db9b736a2
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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