Skip to content

Commit 5f95205

Browse files
yuguikigster
authored andcommitted
Ignore examples/ because it is an independent workspace to test rules_ruby
Fixes #3
1 parent aa3ed78 commit 5f95205

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.bazelignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
examples

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ before_install:
3232
- bazel $BAZEL_OPTS fetch --curses=no -- "//ruby/..."
3333
- (cd examples && bazel $BAZEL_OPTS fetch --curses=no -- "//...")
3434
install:
35-
- bazel $BAZEL_OPTS build $BAZEL_BUILD_OPTS --show_progress_rate_limit 0 -- //ruby/...
35+
- bazel $BAZEL_OPTS build $BAZEL_BUILD_OPTS --show_progress_rate_limit 0 -- //...
3636
- (cd examples && bazel $BAZEL_OPTS build $BAZEL_BUILD_OPTS --show_progress_rate_limit 0 -- //...)
3737
script:
38-
- bazel $BAZEL_OPTS test $BAZEL_BUILD_OPTS --show_progress_rate_limit 0 --test_output=streamed -- //ruby/...
38+
- bazel $BAZEL_OPTS test $BAZEL_BUILD_OPTS --show_progress_rate_limit 0 --test_output=streamed -- //...
3939
- (cd examples && bazel $BAZEL_OPTS test $BAZEL_BUILD_OPTS --show_progress_rate_limit 0 --test_output=streamed -- //...)
4040

4141
env:

0 commit comments

Comments
 (0)