Skip to content

Commit

Permalink
Merge pull request #505 from BBC-News/fix_build
Browse files Browse the repository at this point in the history
update ruby version, attempt to fix travis build
  • Loading branch information
ChrisBAshton authored Jan 24, 2017
2 parents aa9b7b6 + 73133a8 commit 68abae0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0-p247
2.3.3
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.3.3
before_install:
- gem update --system 2.4.5 # last known successful Travis build
- gem update
- gem --version
script: bundle exec rspec
notifications:
Expand Down

0 comments on commit 68abae0

Please sign in to comment.