Skip to content

Commit

Permalink
Disable broken //pull/tests/integration:lint-test test
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny committed Dec 21, 2018
1 parent 57084eb commit 300591f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -45,7 +45,7 @@ script:
- bazel build //...
- bazel test --test_output=all //core/... //pull/...
# - bazel test --test_output=all //pull/tests/integration:scrape-test
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then bazel test --test_output=all //pull/tests/integration:lint-test; fi
# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then bazel test --test_output=all //pull/tests/integration:lint-test; fi
- bazel run -c opt //core/benchmarks

- pushd .
Expand Down

0 comments on commit 300591f

Please sign in to comment.