Skip to content
This repository was archived by the owner on Jun 29, 2023. It is now read-only.

Commit 576028b

Browse files
author
simondobson
committed
Cache things in Travis
1 parent 91f775d commit 576028b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@ sudo: false
22
language: ruby
33
rvm:
44
- 2.3.3
5-
script: rubocop && rake test
5+
6+
cache:
7+
bundler: true
8+
directories:
9+
- /home/travis/.rvm/
10+
11+
script: rubocop && rake test

0 commit comments

Comments
 (0)