From 1184e786ba85881d39b3f167d6b6c28992c36fb1 Mon Sep 17 00:00:00 2001 From: Myron Marston Date: Tue, 3 Feb 2015 22:13:58 -0800 Subject: [PATCH] Updated travis build scripts (from rspec-dev) --- .rubocop_rspec_base.yml | 2 +- .travis.yml | 2 +- appveyor.yml | 4 ++-- script/clone_all_rspec_repos | 2 +- script/functions.sh | 2 +- script/predicate_functions.sh | 2 +- script/run_build | 2 +- script/travis_functions.sh | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.rubocop_rspec_base.yml b/.rubocop_rspec_base.yml index f7bea1c20..3732f5298 100644 --- a/.rubocop_rspec_base.yml +++ b/.rubocop_rspec_base.yml @@ -1,4 +1,4 @@ -# This file was generated on 2015-01-07T22:08:46-08:00 from the rspec-dev repo. +# This file was generated on 2015-02-03T22:13:58-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/.travis.yml b/.travis.yml index ea4f1b0fc..91d9e150c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -# This file was generated on 2015-01-07T22:08:46-08:00 from the rspec-dev repo. +# This file was generated on 2015-02-03T22:13:58-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. language: ruby diff --git a/appveyor.yml b/appveyor.yml index 9e4f457e3..55ad89c7d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -# This file was generated on 2015-01-07T22:08:46-08:00 from the rspec-dev repo. +# This file was generated on 2015-02-03T22:13:58-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}" @@ -29,6 +29,6 @@ test_script: environment: matrix: - # ruby_version: '20' doesn't work for some reason + - ruby_version: '200' - ruby_version: '193' - ruby_version: '21' diff --git a/script/clone_all_rspec_repos b/script/clone_all_rspec_repos index f83d2e910..7ba918090 100755 --- a/script/clone_all_rspec_repos +++ b/script/clone_all_rspec_repos @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2015-01-07T22:08:46-08:00 from the rspec-dev repo. +# This file was generated on 2015-02-03T22:13:58-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 a96a5c71b..ac8bfa394 100644 --- a/script/functions.sh +++ b/script/functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2015-01-07T22:08:46-08:00 from the rspec-dev repo. +# This file was generated on 2015-02-03T22:13:58-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 fc5d372c5..88f2c0f24 100644 --- a/script/predicate_functions.sh +++ b/script/predicate_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2015-01-07T22:08:46-08:00 from the rspec-dev repo. +# This file was generated on 2015-02-03T22:13:58-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 e1edcef3a..2d081e216 100755 --- a/script/run_build +++ b/script/run_build @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2015-01-07T22:08:46-08:00 from the rspec-dev repo. +# This file was generated on 2015-02-03T22:13:58-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 77829b363..a2c393362 100644 --- a/script/travis_functions.sh +++ b/script/travis_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2015-01-07T22:08:46-08:00 from the rspec-dev repo. +# This file was generated on 2015-02-03T22:13:58-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: