Skip to content

Commit

Permalink
Skip codecov uploads (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincantu authored Apr 22, 2021
1 parent fea4fd6 commit 783cdae
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ go_import_path: go.aporeto.io/trireme-lib

matrix:
include:
- go: "1.13.x"
- go: "1.14.x"
- go: master
- go: "1.13.x"
- go: "1.14.x"
- go: master
allow_failures:
- go: master
- go: master
fast_finish: true

addons:
apt:
packages:
- libnetfilter-queue-dev
- libnetfilter-log-dev
- iptables
- ipset
- wine-stable
apt:
packages:
- libnetfilter-queue-dev
- libnetfilter-log-dev
- iptables
- ipset
- wine-stable

env:
global:
Expand All @@ -43,6 +43,3 @@ script:
- golangci-lint run --deadline=10m --disable-all --exclude-use-default=false --enable=errcheck --enable=goimports --enable=ineffassign --enable=govet --enable=golint --enable=unused --enable=structcheck --enable=varcheck --enable=deadcode --enable=unconvert --enable=goconst --enable=gosimple --enable=misspell --enable=staticcheck --enable=unparam --enable=prealloc --enable=nakedret --enable=gofmt --enable=typecheck --skip-dirs=vendor/github.com/iovisor ./...
- GO111MODULE=off ./.lint.windows.sh
- GO111MODULE=off ./.test.windows.sh

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 783cdae

Please sign in to comment.