Skip to content

Commit 6cf17ce

Browse files
authored
Update .travis.yml
1 parent ba29e2b commit 6cf17ce

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
@@ -22,11 +22,11 @@ jobs:
2222
- make blobfuse-windows
2323
- go test -covermode=count -coverprofile=profile.cov ./pkg/...
2424
- stage: test
25-
name: "sanity Test"
25+
name: "sanity test"
2626
script: make sanity-test
2727
after_failure: TRAVIS_TEST_RESULT=0
2828
- stage: test
29-
name: "integration Test"
29+
name: "integration test"
3030
install:
3131
- GO111MODULE=off go get github.com/rexray/gocsi/csc
3232
script:

0 commit comments

Comments
 (0)