Skip to content

Commit 046725f

Browse files
committed
.travis.yml: update travis.yml to match test subcommands
1 parent e401771 commit 046725f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ script:
2929
- go test ./test/e2e/...
3030
- cd test/test-framework
3131
# test framework with defaults
32-
- operator-sdk test -t .
32+
- operator-sdk test local .
3333
# test operator-sdk test flags
34-
- operator-sdk test -t . -g deploy/crd.yaml -n deploy/namespace-init.yaml -f "-parallel 1" -k $HOME/.kube/config
34+
- operator-sdk test local . -g deploy/crd.yaml -n deploy/namespace-init.yaml -f "-parallel 1" -k $HOME/.kube/config
3535
# go back to project root
3636
- cd ../..
3737
- go vet ./...

0 commit comments

Comments
 (0)