From 0672a8e0d5020e168bac30a7608a6711d5ac2403 Mon Sep 17 00:00:00 2001 From: Phil Pirozhkov Date: Fri, 3 Apr 2020 18:53:21 +0300 Subject: [PATCH] Updated travis build scripts (from rspec-dev) --- .rubocop_rspec_base.yml | 2 +- .travis.yml | 10 +++++----- appveyor.yml | 2 +- script/clone_all_rspec_repos | 2 +- script/functions.sh | 2 +- script/predicate_functions.sh | 2 +- script/run_build | 2 +- script/travis_functions.sh | 2 +- script/update_rubygems_and_install_bundler | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.rubocop_rspec_base.yml b/.rubocop_rspec_base.yml index a247150248..a98671e063 100644 --- a/.rubocop_rspec_base.yml +++ b/.rubocop_rspec_base.yml @@ -1,4 +1,4 @@ -# This file was generated on 2020-03-30T16:31:24+02:00 from the rspec-dev repo. +# This file was generated on 2020-04-03T18:53:21+03: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 diff --git a/.travis.yml b/.travis.yml index 2a050fe435..8fdc4348b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -# This file was generated on 2020-03-30T16:31:24+02:00 from the rspec-dev repo. +# This file was generated on 2020-04-03T18:53:21+03: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. @@ -22,10 +22,10 @@ rvm: - 2.1 - 2.2.10 - 2.3.8 - - 2.4.9 - - 2.5.7 - - 2.6.5 - - 2.7.0 + - 2.4.10 + - 2.5.8 + - 2.6.6 + - 2.7.1 - ruby-head - ree - rbx-3 diff --git a/appveyor.yml b/appveyor.yml index a3e29f03b8..496e421529 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -# This file was generated on 2020-03-30T16:31:24+02:00 from the rspec-dev repo. +# This file was generated on 2020-04-03T18:53:21+03: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}" diff --git a/script/clone_all_rspec_repos b/script/clone_all_rspec_repos index c5603ae8f6..9a741818c5 100755 --- a/script/clone_all_rspec_repos +++ b/script/clone_all_rspec_repos @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2020-03-30T16:31:24+02:00 from the rspec-dev repo. +# This file was generated on 2020-04-03T18:53:21+03: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 diff --git a/script/functions.sh b/script/functions.sh index 50a2abaa35..713b9fb2e7 100644 --- a/script/functions.sh +++ b/script/functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2020-03-30T16:31:24+02:00 from the rspec-dev repo. +# This file was generated on 2020-04-03T18:53:21+03: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 )" diff --git a/script/predicate_functions.sh b/script/predicate_functions.sh index b5a74c52d3..b733b725bb 100644 --- a/script/predicate_functions.sh +++ b/script/predicate_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2020-03-30T16:31:24+02:00 from the rspec-dev repo. +# This file was generated on 2020-04-03T18:53:21+03: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 { diff --git a/script/run_build b/script/run_build index 030f44825c..b5958fb8f2 100755 --- a/script/run_build +++ b/script/run_build @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2020-03-30T16:31:24+02:00 from the rspec-dev repo. +# This file was generated on 2020-04-03T18:53:21+03: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 diff --git a/script/travis_functions.sh b/script/travis_functions.sh index 1a54a2f016..725c1184c5 100644 --- a/script/travis_functions.sh +++ b/script/travis_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2020-03-30T16:31:24+02:00 from the rspec-dev repo. +# This file was generated on 2020-04-03T18:53:21+03: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: diff --git a/script/update_rubygems_and_install_bundler b/script/update_rubygems_and_install_bundler index e27ddddabb..4ceb930cd8 100755 --- a/script/update_rubygems_and_install_bundler +++ b/script/update_rubygems_and_install_bundler @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2020-03-30T16:31:24+02:00 from the rspec-dev repo. +# This file was generated on 2020-04-03T18:53:21+03: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