We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eff863 commit 6499245Copy full SHA for 6499245
1 file changed
.travis.yml
@@ -24,6 +24,7 @@ before_script:
24
script: jruby -rbundler/setup -S rake test
25
26
matrix:
27
+ fast_finish: true
28
allow_failures:
29
- rvm: jruby-head
30
- script: jruby -rbundler/setup -S rake integration:install integration:test
@@ -64,3 +65,7 @@ notifications:
64
65
template:
66
- "%{repository} (%{branch}:%{commit} by %{author}): %{message} (%{build_url})"
67
skip_join: true
68
+
69
+cache:
70
+ directories:
71
+ - $HOME/.m2
0 commit comments