Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit d81dd64

Browse files
authored
Merge pull request #445 from rspec/update-ci-build-scripts-2020-12-08-for-4-0-dev
Updates from rspec-dev (2020-12-08)
2 parents 3c792ab + f1dc833 commit d81dd64

File tree

9 files changed

+8
-55
lines changed

9 files changed

+8
-55
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2020-11-22T07:41:13+00:00 from the rspec-dev repo.
1+
# This file was generated on 2020-12-08T09:53:27+00:00 from the rspec-dev repo.
22
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33

44
name: RSpec CI
@@ -26,8 +26,6 @@ jobs:
2626
- 2.5
2727
- 2.4
2828
- 2.3
29-
- 2.2
30-
- 2.1.9
3129
- ruby-head
3230
env:
3331
-
@@ -41,14 +39,6 @@ jobs:
4139
os: ubuntu-18.04
4240
env:
4341
JRUBY_OPTS: "--dev"
44-
- ruby: 2.7
45-
name_extra: "with diff-lcs 1.3"
46-
env:
47-
DIFF_LCS_VERSION: "~> 1.3.0"
48-
- ruby: 2.7
49-
name_extra: "with diff-lcs 1.4.3"
50-
env:
51-
DIFF_LCS_VERSION: "1.4.3"
5242
fail-fast: false
5343
continue-on-error: ${{ matrix.allow_failure || endsWith(matrix.ruby, 'head') }}
5444
env: ${{ matrix.env }}
@@ -74,8 +64,6 @@ jobs:
7464
- 2.5
7565
- 2.4
7666
- 2.3
77-
- 2.2
78-
- 2.1.9
7967
fail-fast: false
8068
steps:
8169
- uses: actions/checkout@v2

.rubocop_rspec_base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2020-11-22T07:41:13+00:00 from the rspec-dev repo.
1+
# This file was generated on 2020-12-08T09:53:27+00:00 from the rspec-dev repo.
22
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33

44
# This file contains defaults for RSpec projects. Individual projects

.travis.yml

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

script/ci_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2020-11-22T07:41:13+00:00 from the rspec-dev repo.
1+
# This file was generated on 2020-12-08T09:53:27+00:00 from the rspec-dev repo.
22
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33

44
# Taken from:

script/clone_all_rspec_repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# This file was generated on 2020-11-22T07:41:13+00:00 from the rspec-dev repo.
2+
# This file was generated on 2020-12-08T09:53:27+00:00 from the rspec-dev repo.
33
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
44

55
set -e

script/functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2020-11-22T07:41:13+00:00 from the rspec-dev repo.
1+
# This file was generated on 2020-12-08T09:53:27+00:00 from the rspec-dev repo.
22
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33

44
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

script/predicate_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2020-11-22T07:41:13+00:00 from the rspec-dev repo.
1+
# This file was generated on 2020-12-08T09:53:27+00:00 from the rspec-dev repo.
22
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33

44
function is_mri {

script/run_build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# This file was generated on 2020-11-22T07:41:13+00:00 from the rspec-dev repo.
2+
# This file was generated on 2020-12-08T09:53:27+00:00 from the rspec-dev repo.
33
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
44

55
set -e

script/update_rubygems_and_install_bundler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# This file was generated on 2020-11-22T07:41:13+00:00 from the rspec-dev repo.
2+
# This file was generated on 2020-12-08T09:53:27+00:00 from the rspec-dev repo.
33
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
44

55
set -e

0 commit comments

Comments
 (0)