Skip to content

Commit

Permalink
chore(travis): upgrade Go to version 1.9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
terinjokes committed Jan 13, 2018
1 parent 1b00c7f commit 61302e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ install:
jobs:
include:
- stage: test
go: 1.8.x
go: 1.9.x
script:
- go test -v $(go list ./... | grep -v /vendor/)
- stage: Build and Deploy
go: 1.8.x
go: 1.9.x
script:
- export SOURCE_DATE_EPOCH=$(git show -s --format=%ci ${TRAVIS_TAG:-${TRAVIS_COMMIT}}^{commit})
- go build github.com/terinjokes/bakelite
Expand Down

0 comments on commit 61302e4

Please sign in to comment.