Skip to content
Snippets Groups Projects
Commit 43ce356d authored by Maximilian Wilhelm's avatar Maximilian Wilhelm
Browse files

Let travis run bazel test.

parent 9f8494dc
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ script:
- mkdir -p $HOME/gopath/src/github.com/bio-routing/
- ln -s $TRAVIS_BUILD_DIR $HOME/gopath/src/github.com/bio-routing/bio-rd || true
- cp .bazelrc.travis .bazelrc
- bazel test //...
- bazel coverage //...
- bazel build //vendor/github.com/q3k/goveralls
- bazel-bin/vendor/github.com/q3k/goveralls/linux_amd64_stripped/goveralls -coverprofile=$(find bazel-testlogs/ -iname coverage.dat -or -iname baseline_coverage.dat | paste -sd ',') -merge=false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment