Skip to content

Commit

Permalink
Remove Travis Windows unit tests with Go 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebouthinon committed Jun 5, 2019
1 parent fbb74d5 commit 587c887
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,16 +331,6 @@ jobs:
- GOARCH=amd64
- go test -v ./...

- name: Windows amd64 - Go 1.10.x
if: type = cron OR branch = master
os: windows
language: go
go: 1.10.x
script:
- GOOS=windows
- GOARCH=amd64
- go test -v ./...

# -----------------------------------------------
# Windows i386
# -----------------------------------------------
Expand Down

0 comments on commit 587c887

Please sign in to comment.