Skip to content

Commit

Permalink
Merge pull request #2769 from rspec/update-travis-build-scripts-2020-…
Browse files Browse the repository at this point in the history
…09-28-for-main_2

Updates from rspec-dev (2020-09-28)
  • Loading branch information
JonRowe committed Sep 29, 2020
2 parents 4b2ccfa + e560543 commit 2383fae
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .rubocop_rspec_base.yml
@@ -1,4 +1,4 @@
# This file was generated on 2020-09-28T16:30:00+02:00 from the rspec-dev repo.
# This file was generated on 2020-09-28T21:53:37+02:00 from the rspec-dev repo.
# DO NOT modify it by hand as your changes will get lost the next time it is generated.

# This file contains defaults for RSpec projects. Individual projects
Expand Down
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,4 +1,4 @@
# This file was generated on 2020-09-28T16:30:00+02:00 from the rspec-dev repo.
# This file was generated on 2020-09-28T21:53:37+02:00 from the rspec-dev repo.
# DO NOT modify it by hand as your changes will get lost the next time it is generated.

# In order to install old Rubies, we need to use old Ubuntu distibution.
Expand Down Expand Up @@ -41,6 +41,8 @@ matrix:
env: JRUBY_OPTS='--dev --1.8'
- rvm: 2.7.1
env: DIFF_LCS_VERSION="~> 1.3.0"
- rvm: 2.7.1
env: DIFF_LCS_VERSION="1.4.3"
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,4 +1,4 @@
# This file was generated on 2020-09-28T16:30:00+02:00 from the rspec-dev repo.
# This file was generated on 2020-09-28T21:53:37+02:00 from the rspec-dev repo.
# DO NOT modify it by hand as your changes will get lost the next time it is generated.

version: "{build}"
Expand Down
2 changes: 1 addition & 1 deletion script/clone_all_rspec_repos
@@ -1,5 +1,5 @@
#!/bin/bash
# This file was generated on 2020-09-28T16:30:00+02:00 from the rspec-dev repo.
# This file was generated on 2020-09-28T21:53:37+02:00 from the rspec-dev repo.
# DO NOT modify it by hand as your changes will get lost the next time it is generated.

set -e
Expand Down
2 changes: 1 addition & 1 deletion script/functions.sh
@@ -1,4 +1,4 @@
# This file was generated on 2020-09-28T16:30:00+02:00 from the rspec-dev repo.
# This file was generated on 2020-09-28T21:53:37+02:00 from the rspec-dev repo.
# DO NOT modify it by hand as your changes will get lost the next time it is generated.

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
Expand Down
2 changes: 1 addition & 1 deletion script/predicate_functions.sh
@@ -1,4 +1,4 @@
# This file was generated on 2020-09-28T16:30:00+02:00 from the rspec-dev repo.
# This file was generated on 2020-09-28T21:53:37+02:00 from the rspec-dev repo.
# DO NOT modify it by hand as your changes will get lost the next time it is generated.

function is_mri {
Expand Down
2 changes: 1 addition & 1 deletion script/run_build
@@ -1,5 +1,5 @@
#!/bin/bash
# This file was generated on 2020-09-28T16:30:00+02:00 from the rspec-dev repo.
# This file was generated on 2020-09-28T21:53:37+02:00 from the rspec-dev repo.
# DO NOT modify it by hand as your changes will get lost the next time it is generated.

set -e
Expand Down
2 changes: 1 addition & 1 deletion script/travis_functions.sh
@@ -1,4 +1,4 @@
# This file was generated on 2020-09-28T16:30:00+02:00 from the rspec-dev repo.
# This file was generated on 2020-09-28T21:53:37+02:00 from the rspec-dev repo.
# DO NOT modify it by hand as your changes will get lost the next time it is generated.

# Taken from:
Expand Down
2 changes: 1 addition & 1 deletion script/update_rubygems_and_install_bundler
@@ -1,5 +1,5 @@
#!/bin/bash
# This file was generated on 2020-09-28T16:30:00+02:00 from the rspec-dev repo.
# This file was generated on 2020-09-28T21:53:37+02:00 from the rspec-dev repo.
# DO NOT modify it by hand as your changes will get lost the next time it is generated.

set -e
Expand Down

0 comments on commit 2383fae

Please sign in to comment.