Skip to content

Commit

Permalink
fix go builds
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMaddox committed Mar 10, 2019
1 parent f2f5721 commit cd0dfda
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
language: go

matrix:
include:
- go: "1.12.x"
script: go test -v -mod=vendor ./...
go:
- 1.11.x

env:
- GO111MODULE=on
Expand All @@ -12,6 +9,9 @@ install: true

jobs:
include:
- stage: test
script: go test -v -mod=vendor ./...

# Define a stage that will auto-generate CloudFormation resources from the official
# AWS CloudFormation Resource Specification on a daily basis (run via a travis cron)
- stage: regenerate
Expand Down

0 comments on commit cd0dfda

Please sign in to comment.