Skip to content

Commit

Permalink
another commit for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
daddyz committed Jan 15, 2020
1 parent 8311a28 commit 288159d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ gemfile:
- gemfiles/Gemfile.rails-4.2.x
- gemfiles/Gemfile.rails-5.0.x
- gemfiles/Gemfile.rails-5.1.x
- Gemfile
- gemfiles/Gemfile

before_install:
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
- gem install bundler -v '1.16.1'
- bundle install

script:
- bundle exec rake spec
Expand All @@ -47,15 +46,15 @@ matrix:
- rvm: 1.9.3
gemfile: gemfiles/Gemfile.ruby-2.0.x
- rvm: 1.9.3
gemfile: Gemfile
gemfile: gemfiles/Gemfile
- rvm: 2.0.0
gemfile: gemfiles/Gemfile.rails-5.0.x
- rvm: 2.0.0
gemfile: gemfiles/Gemfile.rails-5.1.x
- rvm: 2.0.0
gemfile: gemfiles/Gemfile.ruby-1.9.x
- rvm: 2.0.0
gemfile: Gemfile
gemfile: gemfiles/Gemfile
- rvm: 2.1.10
gemfile: gemfiles/Gemfile.rails-5.0.x
- rvm: 2.1.10
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source "http://rubygems.org"

gemspec :path=>"../"

0 comments on commit 288159d

Please sign in to comment.