Skip to content

Commit

Permalink
Adding integration tests to the build
Browse files Browse the repository at this point in the history
And upgraded to go 1.15
  • Loading branch information
Soren Mathiasen committed Oct 7, 2020
1 parent a2918e3 commit f1e330f
Show file tree
Hide file tree
Showing 2 changed files with 3 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.11.x"
- "1.15.x"

install:
# This script is used by the Travis build to install a cookie for
Expand All @@ -16,6 +16,7 @@ install:
script:
- make test
- make vet
- make testacc
- make website-test

branches:
Expand Down
1 change: 1 addition & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ TEST?=$$(go list ./... |grep -v 'vendor')
GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
WEBSITE_REPO=github.com/hashicorp/terraform-website
PKG_NAME=rundeck
SHELL = bash

default: build

Expand Down

0 comments on commit f1e330f

Please sign in to comment.