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

Commit c1ab9fa

Browse files
author
simondobson
committed
Remove caching of rvm
1 parent 53d857f commit c1ab9fa

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.travis.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
sudo: false
22
language: ruby
33
rvm:
4-
- 2.3.3
4+
- 2.3.0
55

6-
cache:
7-
bundler: true
8-
directories:
9-
- /home/travis/.rvm/
6+
cache: bundler
107

118
script: rubocop && rake test

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
22

3-
ruby '2.3.3'
3+
ruby '2.3.0'
44
# Specify your gem's dependencies in create_api_gem.gemspec
55
gemspec

0 commit comments

Comments
 (0)