From 3a9efe0bbd6a3dddae743213169341e679cbc15b Mon Sep 17 00:00:00 2001 From: Myron Marston Date: Mon, 8 Dec 2014 12:46:26 -0800 Subject: [PATCH] Updated travis build scripts (from rspec-dev) --- .rubocop_rspec_base.yml | 2 +- .travis.yml | 2 +- appveyor.yml | 5 +++-- 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, 10 insertions(+), 9 deletions(-) diff --git a/.rubocop_rspec_base.yml b/.rubocop_rspec_base.yml index 4c9839194..0180db0c2 100644 --- a/.rubocop_rspec_base.yml +++ b/.rubocop_rspec_base.yml @@ -1,4 +1,4 @@ -# This file was generated on 2014-11-15T14:32:55+11:00 from the rspec-dev repo. +# This file was generated on 2014-12-08T12:46:26-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 307c1c339..f6e810cfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -# This file was generated on 2014-11-15T14:32:55+11:00 from the rspec-dev repo. +# This file was generated on 2014-12-08T12:46:26-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 47d1d045b..288c20522 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -# This file was generated on 2014-11-15T14:32:55+11:00 from the rspec-dev repo. +# This file was generated on 2014-12-08T12:46:26-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}" @@ -18,7 +18,8 @@ install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - ruby --version - gem --version - - gem install bundler + # We lock to 1.7.7 to avoid warnings from 1.7.8 + - gem install bundler -v=1.7.7 - bundler --version - bundle install - cinst ansicon diff --git a/script/clone_all_rspec_repos b/script/clone_all_rspec_repos index 131da0b0a..5f0a2e4ec 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-11-15T14:32:55+11:00 from the rspec-dev repo. +# This file was generated on 2014-12-08T12:46:26-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 21778f9f7..7eb77aba8 100644 --- a/script/functions.sh +++ b/script/functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2014-11-15T14:32:55+11:00 from the rspec-dev repo. +# This file was generated on 2014-12-08T12:46:26-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 5e6eb4ad0..2cf429a83 100644 --- a/script/predicate_functions.sh +++ b/script/predicate_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2014-11-15T14:32:55+11:00 from the rspec-dev repo. +# This file was generated on 2014-12-08T12:46:26-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 4f4764d0d..8a2f2eb1a 100755 --- a/script/run_build +++ b/script/run_build @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2014-11-15T14:32:55+11:00 from the rspec-dev repo. +# This file was generated on 2014-12-08T12:46:26-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 82da2bc3e..1fec63caf 100644 --- a/script/travis_functions.sh +++ b/script/travis_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2014-11-15T14:32:55+11:00 from the rspec-dev repo. +# This file was generated on 2014-12-08T12:46:26-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: