Skip to content

Commit b983f41

Browse files
committed
Drop older rubies from CI
1 parent 62b74ff commit b983f41

File tree

3 files changed

+1
-37
lines changed

3 files changed

+1
-37
lines changed

ci/.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
- 2.5
2222
- 2.4
2323
- 2.3
24-
- 2.2
25-
- 2.1.9
2624
- ruby-head
2725
env:
2826
-
@@ -69,8 +67,6 @@ jobs:
6967
- 2.5
7068
- 2.4
7169
- 2.3
72-
- 2.2
73-
- 2.1.9
7470
fail-fast: false
7571
steps:
7672
- uses: actions/checkout@v2

ci/.travis.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

ci/script/functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function run_spec_suite_for {
7979
echo "Running specs for $1"
8080
pushd ../$1
8181
unset BUNDLE_GEMFILE
82-
bundle_install_flags=`cat .travis.yml | grep bundler_args | tr -d '"' | grep -o " .*"`
82+
bundle_install_flags="--binstubs --standalone --without documentation --path ../bundle"
8383
travis_retry eval "(unset RUBYOPT; exec bundle install $bundle_install_flags)"
8484
run_specs_and_record_done
8585
popd

0 commit comments

Comments
 (0)