diff options
author | Colby Swandale <me@colby.fyi> | 2019-04-05 23:35:16 +1100 |
---|---|---|
committer | Colby Swandale <me@colby.fyi> | 2019-04-05 23:45:00 +1100 |
commit | 5bf161a9923aa034bd51d6327b444b4d1e8cc12d (patch) | |
tree | 4fcb6fdf59500a289c3ee71e2f87467dac0dbaa4 /.travis.yml | |
parent | 79c380f58112be7d0a71b167ff026ab2a9e9f9a2 (diff) | |
download | bundler-5bf161a9923aa034bd51d6327b444b4d1e8cc12d.tar.gz |
set rubocop to cache into `tmp/rubocop` and have travis cache the foldercolby-rubocop-ci-cache
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 673a6ad7b5..efd4d2569a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,10 @@ branches: - /.+-dev$/ - /.+-stable$/ +cache: + directories: + - tmp/rubocop + notifications: slack: on_success: change |