From 5a5b2949ebd0e3be8846798d6c0684e0968547a6 Mon Sep 17 00:00:00 2001 From: Myron Marston Date: Wed, 7 Jan 2015 22:08:46 -0800 Subject: [PATCH] Updated travis build scripts (from rspec-dev) --- .rubocop_rspec_base.yml | 2 +- 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 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.rubocop_rspec_base.yml b/.rubocop_rspec_base.yml index 85ab01e42d..f7bea1c203 100644 --- a/.rubocop_rspec_base.yml +++ b/.rubocop_rspec_base.yml @@ -1,4 +1,4 @@ -# This file was generated on 2014-12-27T13:03:38-05:00 from the rspec-dev repo. +# This file was generated on 2015-01-07T22:08:46-08: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/appveyor.yml b/appveyor.yml index e784692db5..9e4f457e30 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -# This file was generated on 2014-12-27T13:03:38-05:00 from the rspec-dev repo. +# This file was generated on 2015-01-07T22:08:46-08: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 8ec4e67346..f83d2e910f 100755 --- a/script/clone_all_rspec_repos +++ b/script/clone_all_rspec_repos @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2014-12-27T13:03:38-05:00 from the rspec-dev repo. +# This file was generated on 2015-01-07T22:08:46-08: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 848756328b..a96a5c71b4 100644 --- a/script/functions.sh +++ b/script/functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2014-12-27T13:03:38-05:00 from the rspec-dev repo. +# This file was generated on 2015-01-07T22:08:46-08: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 5508da0614..fc5d372c50 100644 --- a/script/predicate_functions.sh +++ b/script/predicate_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2014-12-27T13:03:38-05:00 from the rspec-dev repo. +# This file was generated on 2015-01-07T22:08:46-08: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 dbdd5d3c68..e1edcef3a9 100755 --- a/script/run_build +++ b/script/run_build @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2014-12-27T13:03:38-05:00 from the rspec-dev repo. +# This file was generated on 2015-01-07T22:08:46-08: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 8d1578e990..77829b3638 100644 --- a/script/travis_functions.sh +++ b/script/travis_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2014-12-27T13:03:38-05:00 from the rspec-dev repo. +# This file was generated on 2015-01-07T22:08:46-08: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: