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

Commit 347ba21

Browse files
committed
Merge pull request #1352 from rspec/update-travis-build-scripts-2014-02-25-for-master
Updates from rspec-dev (2014-02-25)
2 parents 80a1bea + 313da9f commit 347ba21

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2014-02-12T08:24:06+11:00 from the rspec-dev repo.
1+
# This file was generated on 2014-02-25T12:00:45+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
before_install: "script/clone_all_rspec_repos"
@@ -10,6 +10,7 @@ rvm:
1010
- 1.9.3
1111
- 2.0.0
1212
- 2.1.0
13+
- 2.1.1
1314
- ruby-head
1415
- ree
1516
- jruby-18mode

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 2014-02-12T08:24:06+11:00 from the rspec-dev repo.
2+
# This file was generated on 2014-02-25T12:00:45+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 -x

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 2014-02-12T08:24:06+11:00 from the rspec-dev repo.
1+
# This file was generated on 2014-02-25T12:00:45+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
# idea taken from: http://blog.headius.com/2010/03/jruby-startup-time-tips.html

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 2014-02-12T08:24:06+11:00 from the rspec-dev repo.
2+
# This file was generated on 2014-02-25T12:00:45+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 -x

0 commit comments

Comments
 (0)