Skip to content

Commit 0e63986

Browse files
committed
Updated travis build scripts (from rspec-dev)
1 parent da9fd54 commit 0e63986

File tree

7 files changed

+21
-15
lines changed

7 files changed

+21
-15
lines changed

.rubocop_rspec_base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2017-09-15T10:18:21+09:00 from the rspec-dev repo.
1+
# This file was generated on 2017-11-21T14:21:55+11:00 from the rspec-dev repo.
22
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33

44
# This file contains defaults for RSpec projects. Individual projects

appveyor.yml

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2017-09-15T10:18:21+09:00 from the rspec-dev repo.
1+
# This file was generated on 2017-11-21T14:21:55+11:00 from the rspec-dev repo.
22
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33

44
version: "{build}"
@@ -14,20 +14,26 @@ branches:
1414
# Disable normal Windows builds in favor of our test script.
1515
build: off
1616

17+
cache:
18+
- vendor/bundle
19+
1720
install:
18-
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
19-
- ruby --version
20-
- gem --version
21-
- gem install bundler -v "!= 1.12.0, != 1.12.1, != 1.12.2, != 1.12.3"
22-
- bundler --version
21+
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
22+
- bundle config --local path vendor/bundle
2323
- bundle install
2424
- cinst ansicon
2525

26+
before_test:
27+
- ruby --version
28+
- gem --version
29+
- bundle --version
30+
2631
test_script:
2732
- bundle exec rspec --backtrace
2833

2934
environment:
3035
matrix:
31-
# ruby_version: '20' doesn't work for some reason
32-
- ruby_version: '193'
33-
- ruby_version: '21'
36+
- ruby_version: 193
37+
- ruby_version: 200
38+
- ruby_version: 21
39+
- ruby_version: 22

script/clone_all_rspec_repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# This file was generated on 2017-09-15T10:18:21+09:00 from the rspec-dev repo.
2+
# This file was generated on 2017-11-21T14:21:55+11:00 from the rspec-dev repo.
33
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
44

55
set -e

script/functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2017-09-15T10:18:21+09:00 from the rspec-dev repo.
1+
# This file was generated on 2017-11-21T14:21:55+11:00 from the rspec-dev repo.
22
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33

44
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

script/predicate_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2017-09-15T10:18:21+09:00 from the rspec-dev repo.
1+
# This file was generated on 2017-11-21T14:21:55+11:00 from the rspec-dev repo.
22
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33

44
function is_mri {

script/run_build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# This file was generated on 2017-09-15T10:18:21+09:00 from the rspec-dev repo.
2+
# This file was generated on 2017-11-21T14:21:55+11:00 from the rspec-dev repo.
33
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
44

55
set -e

script/travis_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2017-09-15T10:18:21+09:00 from the rspec-dev repo.
1+
# This file was generated on 2017-11-21T14:21:55+11:00 from the rspec-dev repo.
22
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33

44
# Taken from:

0 commit comments

Comments
 (0)