Skip to content

Commit

Permalink
Merge pull request #861 from rspec/update-travis-build-scripts-2015-1…
Browse files Browse the repository at this point in the history
…0-13-for-master

Updates from rspec-dev (2015-10-13)
  • Loading branch information
JonRowe committed Oct 14, 2015
2 parents 6934e6a + e003184 commit d4586a4
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .rubocop_rspec_base.yml
@@ -1,4 +1,4 @@
# This file was generated on 2015-08-13T10:40:53+01:00 from the rspec-dev repo.
# This file was generated on 2015-10-13T18:52:08-07: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
Expand Down
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,4 +1,4 @@
# This file was generated on 2015-08-13T10:40:53+01:00 from the rspec-dev repo.
# This file was generated on 2015-10-13T18:52:08-07: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
Expand All @@ -8,9 +8,8 @@ cache:
- ../bundle
before_install:
- "script/clone_all_rspec_repos"
# Downgrade bundler to work around https://github.com/bundler/bundler/issues/3004
# Note this doesn't work on JRUBY 2.0.0 mode so we don't do it
- if [ -z "$JRUBY_OPTS" ]; then gem install bundler -v=1.5.3 && alias bundle="bundle _1.5.3_"; fi
- if [ "jruby" != "$TRAVIS_RUBY_VERSION" ]; then gem install bundler; fi
bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
script: "script/run_build"
rvm:
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
@@ -1,4 +1,4 @@
# This file was generated on 2015-08-13T10:40:53+01:00 from the rspec-dev repo.
# This file was generated on 2015-10-13T18:52:08-07: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}"
Expand All @@ -21,6 +21,7 @@ install:
- gem install bundler
- bundler --version
- bundle install
- cinst ansicon

test_script:
- bundle exec rspec --backtrace
Expand Down
2 changes: 1 addition & 1 deletion script/clone_all_rspec_repos
@@ -1,5 +1,5 @@
#!/bin/bash
# This file was generated on 2015-08-13T10:40:53+01:00 from the rspec-dev repo.
# This file was generated on 2015-10-13T18:52:08-07: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
Expand Down
2 changes: 1 addition & 1 deletion script/functions.sh
@@ -1,4 +1,4 @@
# This file was generated on 2015-08-13T10:40:53+01:00 from the rspec-dev repo.
# This file was generated on 2015-10-13T18:52:08-07: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 )"
Expand Down
2 changes: 1 addition & 1 deletion script/predicate_functions.sh
@@ -1,4 +1,4 @@
# This file was generated on 2015-08-13T10:40:53+01:00 from the rspec-dev repo.
# This file was generated on 2015-10-13T18:52:08-07: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 {
Expand Down
2 changes: 1 addition & 1 deletion script/run_build
@@ -1,5 +1,5 @@
#!/bin/bash
# This file was generated on 2015-08-13T10:40:53+01:00 from the rspec-dev repo.
# This file was generated on 2015-10-13T18:52:08-07: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
Expand Down
2 changes: 1 addition & 1 deletion script/travis_functions.sh
@@ -1,4 +1,4 @@
# This file was generated on 2015-08-13T10:40:53+01:00 from the rspec-dev repo.
# This file was generated on 2015-10-13T18:52:08-07: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:
Expand Down

0 comments on commit d4586a4

Please sign in to comment.