django-daiquiri / daiquiri

A framework for the publication of scientific databases
https://escience.aip.de/daiquiri
Apache License 2.0
26 stars 8 forks source link

CI: Travis is failing during the setup. #67

Closed agy-why closed 3 years ago

agy-why commented 3 years ago

In before_script:

mysql < testing/sql/mysql/data.sql

ERROR 1064 (42000) at line 30: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '"bigint" bigint,

  "double" double,
  `array` varchar(32),
  `matrix` varchar...' at line 4

The command "mysql < testing/sql/mysql/data.sql" failed and exited with 1 during .

Your build has been stopped.

I guess the issue is a quote problem.

agy-why commented 3 years ago

corrected in be7b8d36e7fa33c32ad36af0fa2ddf834bb94c61 with PR: #70