Skip to content

Commit 7afa2fc

Browse files
committed
Updated travis build scripts (from rspec-dev)
1 parent 584d04c commit 7afa2fc

7 files changed

+7
-7
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 2017-08-10T01:31:46+09:00 from the rspec-dev repo.
1+
# This file was generated on 2017-09-15T10:18:21+09: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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2017-08-10T01:31:46+09:00 from the rspec-dev repo.
1+
# This file was generated on 2017-09-15T10:18:21+09: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 2017-08-10T01:31:46+09:00 from the rspec-dev repo.
2+
# This file was generated on 2017-09-15T10:18:21+09: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 2017-08-10T01:31:46+09:00 from the rspec-dev repo.
1+
# This file was generated on 2017-09-15T10:18:21+09: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 2017-08-10T01:31:46+09:00 from the rspec-dev repo.
1+
# This file was generated on 2017-09-15T10:18:21+09: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 2017-08-10T01:31:46+09:00 from the rspec-dev repo.
2+
# This file was generated on 2017-09-15T10:18:21+09: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 2017-08-10T01:31:46+09:00 from the rspec-dev repo.
1+
# This file was generated on 2017-09-15T10:18:21+09: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)