From de9eef79da543a4c498097462eee240d82fe860f Mon Sep 17 00:00:00 2001 From: Myron Marston Date: Wed, 17 Dec 2014 17:12:37 -0800 Subject: [PATCH] Updated travis build scripts (from rspec-dev) --- .rubocop_rspec_base.yml | 2 +- .travis.yml | 5 ++++- 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 +- 8 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.rubocop_rspec_base.yml b/.rubocop_rspec_base.yml index 0180db0c2..48a9e9423 100644 --- a/.rubocop_rspec_base.yml +++ b/.rubocop_rspec_base.yml @@ -1,4 +1,4 @@ -# This file was generated on 2014-12-08T12:46:26-08:00 from the rspec-dev repo. +# This file was generated on 2014-12-17T17:12:37-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 f6e810cfc..032ded0db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,9 @@ -# This file was generated on 2014-12-08T12:46:26-08:00 from the rspec-dev repo. +# This file was generated on 2014-12-17T17:12:37-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 sudo: false +cache: bundler before_install: - "script/clone_all_rspec_repos" # Downgrade bundler to work around https://github.com/bundler/bundler/issues/3004 @@ -21,6 +22,7 @@ rvm: - 2.1.3 - 2.1.4 - 2.1.5 + - 2.2 - ruby-head - ree - jruby-18mode @@ -35,4 +37,5 @@ matrix: - rvm: jruby-head - rvm: ruby-head - rvm: rbx + - rvm: 2.2 fast_finish: true diff --git a/appveyor.yml b/appveyor.yml index 288c20522..cc6d36b92 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -# This file was generated on 2014-12-08T12:46:26-08:00 from the rspec-dev repo. +# This file was generated on 2014-12-17T17:12:37-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 5f0a2e4ec..9766801b2 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-08T12:46:26-08:00 from the rspec-dev repo. +# This file was generated on 2014-12-17T17:12:37-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 7eb77aba8..e52a7f98f 100644 --- a/script/functions.sh +++ b/script/functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2014-12-08T12:46:26-08:00 from the rspec-dev repo. +# This file was generated on 2014-12-17T17:12:37-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 2cf429a83..92d0feee6 100644 --- a/script/predicate_functions.sh +++ b/script/predicate_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2014-12-08T12:46:26-08:00 from the rspec-dev repo. +# This file was generated on 2014-12-17T17:12:37-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 8a2f2eb1a..09f6d75a6 100755 --- a/script/run_build +++ b/script/run_build @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2014-12-08T12:46:26-08:00 from the rspec-dev repo. +# This file was generated on 2014-12-17T17:12:37-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 1fec63caf..f3256eff4 100644 --- a/script/travis_functions.sh +++ b/script/travis_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2014-12-08T12:46:26-08:00 from the rspec-dev repo. +# This file was generated on 2014-12-17T17:12:37-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: