Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 73e7870

Browse files
authored
Merge pull request #2566 from rspec/update-travis-build-scripts-2018-09-19-for-master
Updates from rspec-dev (2018-09-19)
2 parents f855006 + e3443a1 commit 73e7870

8 files changed

+8
-9
lines changed

.rubocop_rspec_base.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2018-04-05T18:41:15+10:00 from the rspec-dev repo.
1+
# This file was generated on 2018-09-19T14:39:22+01: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

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2018-04-05T18:41:15+10:00 from the rspec-dev repo.
1+
# This file was generated on 2018-09-19T14:39:22+01: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
language: ruby

appveyor.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2018-04-05T18:41:15+10:00 from the rspec-dev repo.
1+
# This file was generated on 2018-09-19T14:39:22+01: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}"
@@ -33,7 +33,6 @@ test_script:
3333

3434
environment:
3535
matrix:
36-
- ruby_version: 193
3736
- ruby_version: 200
3837
- ruby_version: 21
3938
- ruby_version: 22

script/clone_all_rspec_repos

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# This file was generated on 2018-04-05T18:41:15+10:00 from the rspec-dev repo.
2+
# This file was generated on 2018-09-19T14:39:22+01: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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2018-04-05T18:41:15+10:00 from the rspec-dev repo.
1+
# This file was generated on 2018-09-19T14:39:22+01: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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2018-04-05T18:41:15+10:00 from the rspec-dev repo.
1+
# This file was generated on 2018-09-19T14:39:22+01: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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# This file was generated on 2018-04-05T18:41:15+10:00 from the rspec-dev repo.
2+
# This file was generated on 2018-09-19T14:39:22+01: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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2018-04-05T18:41:15+10:00 from the rspec-dev repo.
1+
# This file was generated on 2018-09-19T14:39:22+01: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)