good morning!!!!

Skip to content
Snippets Groups Projects
Commit 5c07daa0 authored by José Carlos Nieto's avatar José Carlos Nieto
Browse files

Temporarily disabling some Go versions and using mysql_tzinfo_to_sql to load timezone info.

parent 5ebd7d71
No related branches found
No related tags found
No related merge requests found
......@@ -2,15 +2,15 @@ language: go
go:
# - 1.1 // Unsupported, QL fails to compile on go < 1.2.
- 1.2
- 1.2.1
- 1.2.2
- 1.3
- 1.3.1
- 1.3.2
- 1.3.3
- 1.4
- 1.4.1
# - 1.2
# - 1.2.1
# - 1.2.2
# - 1.3
# - 1.3.1
# - 1.3.2
# - 1.3.3
# - 1.4
# - 1.4.1
- 1.4.2
env: GOARCH=amd64 TEST_HOST=127.0.0.1
......@@ -30,6 +30,7 @@ services:
- mongodb
before_script:
- mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql
- cat mysql/_dumps/setup.sql | mysql -uroot
- cat mysql/_dumps/structs.sql | mysql -uupperio -pupperio upperio_tests
- cat postgresql/_dumps/setup.sql | psql -U postgres
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment