Skip to content

Commit 02e01e3

Browse files
authored
Merge pull request #95 from droot/travis-integration
travis integration
2 parents 364380d + 363d52a commit 02e01e3

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.travis.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
language: go
22

33
go:
4-
- 1.10
5-
6-
go_import_path: github.com/kubernetes-sigs/kubebuilder
7-
8-
cache:
9-
directories:
10-
- /tmp/kubebuilder/bin
4+
- "1.10"
115

126
git:
137
depth: 3
148

15-
env:
16-
- TEST=example
179

10+
go_import_path: github.com/kubernetes-sigs/kubebuilder
11+
12+
# Install must be set to prevent default `go get` to run.
13+
# The dependencies have already been vendored by `dep` so
14+
# we don't need to fetch them.
1815
install:
19-
- test/scripts/install_tools.sh
16+
-
2017

2118
script:
22-
./test/travis.sh
19+
./test.sh
20+
21+
# TBD. Suppressing for now.
22+
notifications:
23+
email: false

0 commit comments

Comments
 (0)