From 80769609c55aab93afe89a2a5c7a104dff016484 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Mon, 8 Jul 2019 17:56:03 +0100 Subject: [PATCH] Updated travis build scripts (from rspec-dev) (#1122) --- .rubocop_rspec_base.yml | 2 +- .travis.yml | 6 ++++-- 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, 12 insertions(+), 10 deletions(-) diff --git a/.rubocop_rspec_base.yml b/.rubocop_rspec_base.yml index 2a69e8e97..7c751869c 100644 --- a/.rubocop_rspec_base.yml +++ b/.rubocop_rspec_base.yml @@ -1,4 +1,4 @@ -# This file was generated on 2019-04-18T19:41:53+02:00 from the rspec-dev repo. +# This file was generated on 2019-07-08T14:21:39+01: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 f2f95c8dd..37e6e4ec2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ -# This file was generated on 2019-04-18T19:41:53+02:00 from the rspec-dev repo. +# This file was generated on 2019-07-08T14:21:39+01: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. +dist: trusty language: ruby email: false cache: @@ -22,7 +24,7 @@ rvm: - 2.3.8 - 2.4.6 - 2.5.5 - - 2.6.3 + - 2.6.2 - ruby-head - ree - rbx-3 diff --git a/appveyor.yml b/appveyor.yml index 3de0b4d1c..4c5eb3c46 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -# This file was generated on 2019-04-18T19:41:53+02:00 from the rspec-dev repo. +# This file was generated on 2019-07-08T14:21:39+01: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 7be22baaa..c7b78bbf8 100755 --- a/script/clone_all_rspec_repos +++ b/script/clone_all_rspec_repos @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2019-04-18T19:41:53+02:00 from the rspec-dev repo. +# This file was generated on 2019-07-08T14:21:39+01: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 d8088932e..4c2ea6cd7 100644 --- a/script/functions.sh +++ b/script/functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2019-04-18T19:41:53+02:00 from the rspec-dev repo. +# This file was generated on 2019-07-08T14:21:39+01: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 d88cecc8f..25f0ce1f3 100644 --- a/script/predicate_functions.sh +++ b/script/predicate_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2019-04-18T19:41:53+02:00 from the rspec-dev repo. +# This file was generated on 2019-07-08T14:21:39+01: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 d027713c0..aeb6df446 100755 --- a/script/run_build +++ b/script/run_build @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2019-04-18T19:41:53+02:00 from the rspec-dev repo. +# This file was generated on 2019-07-08T14:21:39+01: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 65602d879..18777f3e6 100644 --- a/script/travis_functions.sh +++ b/script/travis_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2019-04-18T19:41:53+02:00 from the rspec-dev repo. +# This file was generated on 2019-07-08T14:21:39+01: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 3af7196d4..2b9403a48 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 2019-04-18T19:41:53+02:00 from the rspec-dev repo. +# This file was generated on 2019-07-08T14:21:39+01: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