Skip to content

Commit

Permalink
Bump GoLang version to 1.7.4 (closes #84)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeemster committed Jan 12, 2017
1 parent e7b7ba2 commit 0aa8b52
Show file tree
Hide file tree
Showing 228 changed files with 5,419 additions and 2,169 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
dist: trusty
sudo: false

language: go
go:
- 1.5
- 1.6
- 1.7
- 1.6.4
- 1.7.4
- tip

before_install:
Expand All @@ -13,7 +15,6 @@ before_script:
- ./integration/setup_travis.sh

script:
- test -z "$(go fmt ./...)"
- go build -o sql-runner ./sql_runner/
- ./integration/run_tests.sh
- go test ./sql_runner/ -v -covermode=count -coverprofile=coverage.out
Expand All @@ -28,7 +29,7 @@ deploy:
provider: script
script: release-manager --config .release.yml --check-version --make-version --make-artifact --upload-artifact
on:
condition: '"${TRAVIS_GO_VERSION}" == "1.7"'
condition: '"${TRAVIS_GO_VERSION}" == "1.7.4"'
tags: true

addons:
Expand Down
103 changes: 54 additions & 49 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Godeps/_workspace/.gitignore

This file was deleted.

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions Godeps/_workspace/src/gopkg.in/pg.v5/CHANGELOG.md

This file was deleted.

4 changes: 0 additions & 4 deletions Godeps/_workspace/src/gopkg.in/pg.v5/doc.go

This file was deleted.

69 changes: 0 additions & 69 deletions Godeps/_workspace/src/gopkg.in/pg.v5/orm/create_table.go

This file was deleted.

Loading

0 comments on commit 0aa8b52

Please # to comment.