Skip to content

Commit

Permalink
Updates Travis script to invoke bazel clean --expunge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Emrich committed Mar 2, 2019
1 parent 5dad3c6 commit e751258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ before_install:
- sh $bazel_script --user
- export PATH="$PATH:$HOME/bin"
script:
- bazel shutdown
- bazel clean --expunge
- bazel version
- bazel test Tests --nokeep_state_after_build --spawn_strategy=standalone --genrule_strategy=standalone --test_strategy=standalone --noshow_progress --noshow_loading_progress --verbose_failures --test_verbose_timeout_warnings --test_output=errors

0 comments on commit e751258

Please sign in to comment.