Skip to content

Commit

Permalink
Merge pull request #362 from BBC-News/fix_travis
Browse files Browse the repository at this point in the history
attempt to fix the build
  • Loading branch information
ChrisBAshton committed Dec 23, 2015
2 parents 6e22168 + 90af042 commit a15cb1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ language: ruby
rvm:
- 1.9.3
- 2.0.0
before_install:
- gem update --system 2.4.5 # last known successful Travis build
- gem --version
script: bundle exec rspec
notifications:
email:
Expand All @@ -11,3 +14,4 @@ notifications:
on_success: never
slack:
secure: BgRAqwHabAtIBgtApDjyUiND2SNxd4sHMgq4ffnJ+EoMme6RSUAeK0G6LLyaGAk6YcpCeWRGOccEpzai87R3ckv6uycUVGxFcTvPmCEClakbUelWovVEyVT3hPLWznxJ8pz3EVB2+5aJnAsTg5M2ZnYtk3a5C1mrPS+WKceE/Ls=
sudo: false
2 changes: 1 addition & 1 deletion wraith.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'image_size'
spec.add_runtime_dependency 'anemone'
spec.add_runtime_dependency 'robotex'
spec.add_runtime_dependency 'nokogiri'
spec.add_runtime_dependency 'nokogiri', '1.6.7'
spec.add_runtime_dependency 'log4r'
spec.add_runtime_dependency 'thor'
spec.add_runtime_dependency 'parallel'
Expand Down

0 comments on commit a15cb1b

Please sign in to comment.