Skip to content

Commit 2a468ac

Browse files
authored
Merge pull request #102 from ChrisCummins/feature/travis_ci_glob
Travis CI: Use full workspace glob //... to find tests.
2 parents 7498f83 + e4a690d commit 2a468ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ before_install:
4848

4949
script:
5050
# Run the test suite.
51-
- bazel query 'tests(//programl/...) except attr("tags", "notravis", //programl/...)' | xargs bazel test --config=travis --keep_going --verbose_failures --test_output=errors
51+
- bazel query 'tests(//...) except attr("tags", "notravis", //...)' | xargs bazel test --config=travis --keep_going --verbose_failures --test_output=errors
5252
# Install the package.
5353
- mkdir $TRAVIS_BUILD_DIR/install && bazel run --config=travis //:install $TRAVIS_BUILD_DIR/install

0 commit comments

Comments
 (0)