Skip to content

Commit

Permalink
use default deployed ruby for legacy branch
Browse files Browse the repository at this point in the history
  • Loading branch information
peetucket committed Apr 8, 2019
1 parent 60aec45 commit 6d9eff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ env:
- ROBOT_ENVIRONMENT=test

rvm:
- 2.3.7 # deployed
- 2.3.7
- 2.4.4
- 2.5.3 # deployed
1 change: 0 additions & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
set :rvm_ruby_version, '2.2.4' # Defaults to: 'default'
set :application, 'pre-assembly'
set :repo_url, 'https://github.com/sul-dlss/pre-assembly.git'

Expand Down

0 comments on commit 6d9eff5

Please sign in to comment.