mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-15 01:53:51 -06:00
Run on the new Travis Docker infrastructure
This commit is contained in:
parent
265599f5ff
commit
100270378b
15
.travis.yml
15
.travis.yml
@ -1,15 +1,18 @@
|
||||
sudo: false
|
||||
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.4
|
||||
- tip
|
||||
- 1.4
|
||||
- tip
|
||||
|
||||
install: make updatedeps
|
||||
|
||||
script:
|
||||
- go test ./...
|
||||
#- go test -race ./...
|
||||
- go test ./...
|
||||
#- go test -race ./...
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- go: tip
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- go: tip
|
||||
|
Loading…
Reference in New Issue
Block a user