Skip to content

Commit 6499245

Browse files
authored
[ci] Improve Travis CI build Performance (#234)
1 parent 4eff863 commit 6499245

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ before_script:
2424
script: jruby -rbundler/setup -S rake test
2525

2626
matrix:
27+
fast_finish: true
2728
allow_failures:
2829
- rvm: jruby-head
2930
- script: jruby -rbundler/setup -S rake integration:install integration:test
@@ -64,3 +65,7 @@ notifications:
6465
template:
6566
- "%{repository} (%{branch}:%{commit} by %{author}): %{message} (%{build_url})"
6667
skip_join: true
68+
69+
cache:
70+
directories:
71+
- $HOME/.m2

0 commit comments

Comments
 (0)