We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40264cc commit 9d47914Copy full SHA for 9d47914
.travis.yml
@@ -38,14 +38,14 @@ addons:
38
- libspatialite-dev
39
# mariadb: '10.1'
40
before_script:
41
-# - ./scripts/mysql.sh
42
-# - ./scripts/postgres.sh
43
-# - ./freetds.sh
+ - ./scripts/mysql_setup.sh
+ - ./scripts/postgres_setup.sh
+ - ./freetds.sh
44
45
before_install:
46
- - ./scripts/mysql.sh
47
- - ./scripts/postgres.sh
48
- - ./freetds.sh
+# - ./scripts/mysql_setup.sh
+# - ./scripts/postgres_setup.sh
+# - ./freetds.sh
49
50
# - ls -al /etc/mysql
51
# - sudo service mysql stop
0 commit comments