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

Commit dc185ab

Browse files
authored
Updated travis build scripts (from rspec-dev) (#2587)
1 parent 726821d commit dc185ab

8 files changed

+9
-8
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-12-21T13:15:31+00:00 from the rspec-dev repo.
1+
# This file was generated on 2018-12-25T18:01:30+00: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

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2018-12-21T13:15:31+00:00 from the rspec-dev repo.
1+
# This file was generated on 2018-12-25T18:01:30+00: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
@@ -25,6 +25,7 @@ rvm:
2525
- 2.3.8
2626
- 2.4.5
2727
- 2.5.3
28+
- 2.6.0
2829
- ruby-head
2930
- ree
3031
- rbx-3

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2018-12-21T13:15:31+00:00 from the rspec-dev repo.
1+
# This file was generated on 2018-12-25T18:01:30+00: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}"

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-12-21T13:15:31+00:00 from the rspec-dev repo.
2+
# This file was generated on 2018-12-25T18:01:30+00: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-12-21T13:15:31+00:00 from the rspec-dev repo.
1+
# This file was generated on 2018-12-25T18:01:30+00: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-12-21T13:15:31+00:00 from the rspec-dev repo.
1+
# This file was generated on 2018-12-25T18:01:30+00: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-12-21T13:15:31+00:00 from the rspec-dev repo.
2+
# This file was generated on 2018-12-25T18:01:30+00: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-12-21T13:15:31+00:00 from the rspec-dev repo.
1+
# This file was generated on 2018-12-25T18:01:30+00: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)