Skip to content

Commit

Permalink
Merge pull request #95 from droot/travis-integration
Browse files Browse the repository at this point in the history
travis integration
  • Loading branch information
droot authored Apr 26, 2018
2 parents 364380d + 363d52a commit 02e01e3
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
language: go

go:
- 1.10

go_import_path: github.com/kubernetes-sigs/kubebuilder

cache:
directories:
- /tmp/kubebuilder/bin
- "1.10"

git:
depth: 3

env:
- TEST=example

go_import_path: github.com/kubernetes-sigs/kubebuilder

# Install must be set to prevent default `go get` to run.
# The dependencies have already been vendored by `dep` so
# we don't need to fetch them.
install:
- test/scripts/install_tools.sh
-

script:
./test/travis.sh
./test.sh

# TBD. Suppressing for now.
notifications:
email: false

0 comments on commit 02e01e3

Please sign in to comment.