Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #51 from nicolasleger/test_new_ruby_versions
Browse files Browse the repository at this point in the history
Test new ruby versions
  • Loading branch information
sax committed Jan 14, 2018
2 parents 9af5020 + ccf976c commit 367fa4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -6,15 +6,17 @@ cache:
directories:
- ~/.local/bin
rvm:
- 2.4.1
- 2.3.4
- 2.3.6
- 2.4.3
- 2.5.0
env:
matrix:
- COVERAGE=0 FUNCTIONAL_SPECS=0 INTEGRATION_SPECS=0
- COVERAGE=1 FUNCTIONAL_SPECS=1 INTEGRATION_SPECS=1
global:
- PATH="$HOME/.local/bin:$PATH"
before_install:
- gem update --system
- if ! cc-test-reporter --version; then
mkdir -p ~/.local/bin;
curl -sSL
Expand Down
1 change: 1 addition & 0 deletions fake_ftp.gemspec
Expand Up @@ -8,6 +8,7 @@ Gem::Specification.new do |s|
s.name = 'fake_ftp'
s.version = FakeFtp::VERSION
s.platform = Gem::Platform::RUBY
s.required_ruby_version = '>= 2.3.0' # For Safe Navigation Operator
s.authors = ['Colin Shield', 'Eric Saxby']
s.email = ['sax+github@livinginthepast.org']
s.homepage = 'http://rubygems.org/gems/fake_ftp'
Expand Down

0 comments on commit 367fa4a

Please sign in to comment.