From 4a29a4b13d66fa96fbdff439a5c21ca9816eb1a3 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Mon, 1 Apr 2019 23:36:22 +0200 Subject: [PATCH] Updated travis build scripts (from rspec-dev) (#2612) --- .rubocop_rspec_base.yml | 2 +- .travis.yml | 9 ++++----- 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(+), 13 deletions(-) diff --git a/.rubocop_rspec_base.yml b/.rubocop_rspec_base.yml index 77255e27e6..6a164bbcf4 100644 --- a/.rubocop_rspec_base.yml +++ b/.rubocop_rspec_base.yml @@ -1,4 +1,4 @@ -# This file was generated on 2019-01-08T11:28:05+00:00 from the rspec-dev repo. +# This file was generated on 2019-04-01T20:23:57+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 diff --git a/.travis.yml b/.travis.yml index 5a5bf12fde..9eea00e903 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ -# This file was generated on 2019-01-08T11:28:05+00:00 from the rspec-dev repo. +# This file was generated on 2019-04-01T20:23:57+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. language: ruby -sudo: false email: false cache: directories: @@ -21,9 +20,9 @@ rvm: - 2.1 - 2.2.10 - 2.3.8 - - 2.4.5 - - 2.5.3 - - 2.6.0 + - 2.4.6 + - 2.5.5 + - 2.6.2 - ruby-head - ree - rbx-3 diff --git a/appveyor.yml b/appveyor.yml index 08b7596748..4c3a948b95 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -# This file was generated on 2019-01-08T11:28:05+00:00 from the rspec-dev repo. +# This file was generated on 2019-04-01T20:23:57+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}" diff --git a/script/clone_all_rspec_repos b/script/clone_all_rspec_repos index 86054c8218..bdb1a02a1c 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-01-08T11:28:05+00:00 from the rspec-dev repo. +# This file was generated on 2019-04-01T20:23:57+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 diff --git a/script/functions.sh b/script/functions.sh index bfefca8167..c4e6fd362e 100644 --- a/script/functions.sh +++ b/script/functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2019-01-08T11:28:05+00:00 from the rspec-dev repo. +# This file was generated on 2019-04-01T20:23:57+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 )" diff --git a/script/predicate_functions.sh b/script/predicate_functions.sh index ca1f192737..6edd3f06bc 100644 --- a/script/predicate_functions.sh +++ b/script/predicate_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2019-01-08T11:28:05+00:00 from the rspec-dev repo. +# This file was generated on 2019-04-01T20:23:57+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 { diff --git a/script/run_build b/script/run_build index 701ca999f1..9c20410bcd 100755 --- a/script/run_build +++ b/script/run_build @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2019-01-08T11:28:05+00:00 from the rspec-dev repo. +# This file was generated on 2019-04-01T20:23:57+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 diff --git a/script/travis_functions.sh b/script/travis_functions.sh index 9ae189804c..503fbf3b70 100644 --- a/script/travis_functions.sh +++ b/script/travis_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2019-01-08T11:28:05+00:00 from the rspec-dev repo. +# This file was generated on 2019-04-01T20:23:57+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: diff --git a/script/update_rubygems_and_install_bundler b/script/update_rubygems_and_install_bundler index b59faab293..70a0e2dd63 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-01-08T11:28:05+00:00 from the rspec-dev repo. +# This file was generated on 2019-04-01T20:23:57+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