Skip to content

Commit 9d47914

Browse files
committed
migrate travis install to shell scripts
1 parent 40264cc commit 9d47914

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ addons:
3838
- libspatialite-dev
3939
# mariadb: '10.1'
4040
before_script:
41-
# - ./scripts/mysql.sh
42-
# - ./scripts/postgres.sh
43-
# - ./freetds.sh
41+
- ./scripts/mysql_setup.sh
42+
- ./scripts/postgres_setup.sh
43+
- ./freetds.sh
4444

4545
before_install:
46-
- ./scripts/mysql.sh
47-
- ./scripts/postgres.sh
48-
- ./freetds.sh
46+
# - ./scripts/mysql_setup.sh
47+
# - ./scripts/postgres_setup.sh
48+
# - ./freetds.sh
4949

5050
# - ls -al /etc/mysql
5151
# - sudo service mysql stop

0 commit comments

Comments
 (0)