Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit c05b1bd

Browse files
committed
Try to specify ruby version in Gemfile
1 parent 920ebbb commit c05b1bd

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ before_install:
2626
- "if [ $(phantomjs --version) != $PHANTOMJS_VERSION ]; then wget https://github.com/Medium/phantomjs/releases/download/v$PHANTOMJS_VERSION/phantomjs-$PHANTOMJS_VERSION-linux-x86_64.tar.bz2 -O $PWD/travis_phantomjs/phantomjs-$PHANTOMJS_VERSION-linux-x86_64.tar.bz2; fi"
2727
- "if [ $(phantomjs --version) != $PHANTOMJS_VERSION ]; then tar -xvf $PWD/travis_phantomjs/phantomjs-$PHANTOMJS_VERSION-linux-x86_64.tar.bz2 -C $PWD/travis_phantomjs; fi"
2828
- "phantomjs --version"
29+
- gem install bundler
2930
script:
3031
- bundle exec rake test_app
3132
- bundle exec rake

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
source 'https://rubygems.org'
22
gemspec
33

4+
ruby ">= 1.9.3"
5+
46
group :development do
57
gem "appraisal"
68
end

0 commit comments

Comments
 (0)