Skip to content

Commit

Permalink
Working on TestGracefulBuilCancel
Browse files Browse the repository at this point in the history
Signed-off-by: David Gageot <[email protected]>
  • Loading branch information
dgageot committed Jan 28, 2020
1 parent b7a3605 commit 6f634fc
Showing 1 changed file with 1 addition and 43 deletions.
44 changes: 1 addition & 43 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,49 +13,7 @@ branches:

jobs:
include:
- os: linux
name: "checks"
env:
- STATICCHECK_CACHE=$HOME/linting
script:
- make checks
cache:
directories:
- $STATICCHECK_CACHE
- $HOME/.cache/go-build
- os: linux
name: "Linux unit"
script:
- make coverage
cache:
directories:
- $HOME/.cache/go-build
- os: osx
name: "OSX unit"
before_install:
- curl -Lo ${HOME}/bin/jq https://github.com/stedolan/jq/releases/download/jq-1.5rc2/jq-osx-x86_64
- chmod +x ${HOME}/bin/jq
script:
- make quicktest
cache:
directories:
- $HOME/.cache/go-build
- os: windows
name: "Windows unit"
env:
- GO111MODULE=on
- GOFLAGS="-mod=vendor"
script:
- go test -short -timeout 60s ./...
cache:
directories:
- C:\\Users\\travis\\AppData\\Local\\go-build
- os: linux
name: "integration"
language: minimal
script:
- make integration-in-kind
cache:
directories:
- $HOME/.cache/go-build
- $HOME/.gradle
- go test -count=100 ./pkg/skaffold/build/misc -run TestGracefulBuildCancel

0 comments on commit 6f634fc

Please sign in to comment.