Skip to content

Commit

Permalink
Merge 1f9f983 into 2f8386c
Browse files Browse the repository at this point in the history
  • Loading branch information
rkamudhan committed Aug 18, 2018
2 parents 2f8386c + 1f9f983 commit c23a2c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ before_script:
script:
- ./build
- sudo ./test.sh
- $GOPATH/bin/goveralls -service=travis-ci
- go test -v -covermode=count -coverprofile=coverage.out ./...
- $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci
- mkdir -p ${TRAVIS_BUILD_DIR}/dist
- tar cvfz ${TRAVIS_BUILD_DIR}/dist/multus-cni_amd64.tar.gz --warning=no-file-changed --exclude="dist" --exclude="vendor" .
- docker build -t nfvpe/multus -f ./images/Dockerfile .
Expand Down

0 comments on commit c23a2c8

Please sign in to comment.