Skip to content

Commit 2c81286

Browse files
committed
Updated travis build scripts (from rspec-dev)
1 parent 8ca1675 commit 2c81286

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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 2015-02-08T20:55:32-08:00 from the rspec-dev repo.
1+
# This file was generated on 2015-02-24T14:46:40-08: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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2015-02-08T20:55:32-08:00 from the rspec-dev repo.
1+
# This file was generated on 2015-02-24T14:46:40-08: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

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 2015-02-08T20:55:32-08:00 from the rspec-dev repo.
2+
# This file was generated on 2015-02-24T14:46:40-08: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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2015-02-08T20:55:32-08:00 from the rspec-dev repo.
1+
# This file was generated on 2015-02-24T14:46:40-08: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 )"
@@ -113,7 +113,7 @@ function check_documentation_coverage {
113113
}
114114

115115
function check_style_and_lint {
116-
echo "bin/rubucop lib"
116+
echo "bin/rubocop lib"
117117
bin/rubocop lib
118118
}
119119

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 2015-02-08T20:55:32-08:00 from the rspec-dev repo.
1+
# This file was generated on 2015-02-24T14:46:40-08: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 2015-02-08T20:55:32-08:00 from the rspec-dev repo.
2+
# This file was generated on 2015-02-24T14:46:40-08: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 2015-02-08T20:55:32-08:00 from the rspec-dev repo.
1+
# This file was generated on 2015-02-24T14:46:40-08: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)