Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ test: &test
stage: Test
language: ruby
before_install:
- gem install bundler
- gem update --system
- yes | gem update --system
script: bundle exec rspec

jobs:
Expand All @@ -23,14 +22,13 @@ jobs:
- <<: *test
rvm: 2.5.7
- <<: *test
rvm: 2.4.8
rvm: 2.4.9

- stage: coditsu
language: ruby
rvm: 2.6.5
before_install:
- gem update --system
- gem install bundler
- yes | gem update --system
script: \curl -sSL https://api.coditsu.io/run/ci | bash

stages:
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ GEM
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
byebug (11.0.1)
coveralls_reborn (0.13.4)
coveralls_reborn (0.14.0)
json (~> 2.1)
simplecov (~> 0.17.1)
term-ansicolor (~> 1.6)
thor (~> 0.20.0)
thor (>= 0.20.3, < 2.0)
tins (~> 1.16)
crack (0.4.3)
safe_yaml (~> 1.0.0)
diff-lcs (1.3)
docile (1.3.2)
hashdiff (1.0.0)
json (2.2.0)
json (2.3.0)
public_suffix (4.0.1)
rack (2.0.7)
rake (13.0.1)
Expand All @@ -45,7 +45,7 @@ GEM
simplecov-html (0.10.2)
term-ansicolor (1.7.1)
tins (~> 1.0)
thor (0.20.3)
thor (1.0.0)
timecop (0.9.1)
tins (1.22.2)
webmock (3.7.6)
Expand All @@ -68,4 +68,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.0.2
2.1.0