Skip to content

Commit

Permalink
Remove macos and verify jobs from TravisCI integration
Browse files Browse the repository at this point in the history
Now that we have GitHub actions, we don't need these jobs anymore. Until GHA supports ARM64 we'll still need the travis job though.
  • Loading branch information
rifelpet committed Aug 10, 2020
1 parent ea2d0da commit 0317122
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: go
arch:
- amd64
- arm64
- amd64
os:
- linux
- osx
dist: focal
go: 1.15rc2

Expand All @@ -14,11 +13,5 @@ script:
- GOPROXY=https://proxy.golang.org travis_wait 30 make all examples test

jobs:
include:
- name: Verify
arch: amd64
os: linux
dist: focal
go: 1.15rc2
script:
- GOPROXY=https://proxy.golang.org make travis-ci
allow_failures:
- arch: arm64

0 comments on commit 0317122

Please sign in to comment.