Skip to content

Commit 40264cc

Browse files
committed
migrate travis install to shell scripts
1 parent 2294cc7 commit 40264cc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: python
2+
sudo: required
23
# if the https://travis-ci.org/ODM2/ODM2PythonAPI/requests ever says: missing config
34
# validate at: http://lint.travis-ci.org/
45
python:
@@ -37,12 +38,15 @@ addons:
3738
- libspatialite-dev
3839
# mariadb: '10.1'
3940
before_script:
41+
# - ./scripts/mysql.sh
42+
# - ./scripts/postgres.sh
43+
# - ./freetds.sh
44+
45+
before_install:
4046
- ./scripts/mysql.sh
4147
- ./scripts/postgres.sh
4248
- ./freetds.sh
4349

44-
before_install:
45-
4650
# - ls -al /etc/mysql
4751
# - sudo service mysql stop
4852
## lower-case-table-names = 1 leaving lower_case_table_names=1 since that is what the docs say

0 commit comments

Comments
 (0)