Skip to content

Commit

Permalink
Merge pull request rancher#4 from terraform-providers/cgriggs01-patch-2
Browse files Browse the repository at this point in the history
Update Travis config
  • Loading branch information
cgriggs01 authored May 14, 2019
2 parents d109baa + 373dea5 commit d5073e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
- docker
language: go
go:
- "1.9.x"
- "1.11.5"

env:
- GOFLAGS=-mod=vendor
Expand All @@ -19,6 +19,7 @@ install:
script:
- make test
- make vet
- make testacc
- make website-test

branches:
Expand Down

0 comments on commit d5073e3

Please sign in to comment.