aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 1688f39..7ebb8bb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,8 +3,7 @@ dist: bionic
language: ruby
cache: bundler
before_install:
- - gem update --system
- - gem update bundler
+ - yes | gem update --system
- bundle --version
script:
- 'bundle exec rake $CHECK'
@@ -77,6 +76,7 @@ branches:
- /^v\d/
notifications:
email: false
+ webhooks: https://voxpupu.li/incoming/travis
irc:
on_success: always
on_failure: always