This repository was archived by the owner on Nov 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +25
-16
lines changed Expand file tree Collapse file tree 9 files changed +25
-16
lines changed Original file line number Diff line number Diff line change 1
- # This file was generated on 2015-01-07T22:08:46 -08:00 from the rspec-dev repo.
1
+ # This file was generated on 2015-02-24T14:46:39 -08:00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
# This file contains defaults for RSpec projects. Individual projects
Original file line number Diff line number Diff line change 1
- # This file was generated on 2015-01-07T22:08:46 -08:00 from the rspec-dev repo.
1
+ # This file was generated on 2015-02-24T14:46:39 -08:00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
language : ruby
22
22
- 2.2
23
23
- ruby-head
24
24
- ree
25
- - jruby-18mode
26
- - jruby
27
- - jruby-head
28
25
- rbx
29
26
matrix :
30
27
include :
31
28
- rvm : jruby
32
- env : JRUBY_OPTS='--2.0'
29
+ env : JRUBY_OPTS='--server -Xcompile.invokedynamic=false -Xcompat.version=2.0'
30
+ - rvm : jruby-head
31
+ env : JRUBY_OPTS='--server -Xcompile.invokedynamic=false'
32
+ - rvm : jruby-18mode
33
+ env : JRUBY_OPTS='--server -Xcompile.invokedynamic=false'
34
+ - rvm : jruby
35
+ env : JRUBY_OPTS='--server -Xcompile.invokedynamic=false'
33
36
allow_failures :
34
37
- rvm : jruby-head
38
+ env : JRUBY_OPTS='--server -Xcompile.invokedynamic=false'
35
39
- rvm : ruby-head
36
40
- rvm : rbx
37
41
fast_finish : true
42
+ branches :
43
+ only :
44
+ - master
45
+ - /^\d+-\d+-maintenance$/
Original file line number Diff line number Diff line change 1
- # This file was generated on 2015-01-07T22:08:46 -08:00 from the rspec-dev repo.
1
+ # This file was generated on 2015-02-24T14:46:39 -08:00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
version : " {build}"
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2015-01-07T22:08:46 -08:00 from the rspec-dev repo.
2
+ # This file was generated on 2015-02-24T14:46:39 -08:00 from the rspec-dev repo.
3
3
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
4
4
5
5
set -e
Original file line number Diff line number Diff line change 1
- # This file was generated on 2015-01-07T22:08:46 -08:00 from the rspec-dev repo.
1
+ # This file was generated on 2015-02-24T14:46:39 -08:00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
5
5
source $SCRIPT_DIR /travis_functions.sh
6
6
source $SCRIPT_DIR /predicate_functions.sh
7
7
8
- # idea taken from: http://blog.headius.com/2010/03/jruby-startup-time-tips.html
9
- export JRUBY_OPTS=" ${JRUBY_OPTS} -X-C" # disable JIT since these processes are so short lived
8
+ # If JRUBY_OPTS isn't set, use these.
9
+ # see http://docs.travis-ci.com/user/ci-environment/
10
+ export JRUBY_OPTS=${JRUBY_OPTS:- " --server -Xcompile.invokedynamic=false" }
10
11
SPECS_HAVE_RUN_FILE=specs.out
11
12
MAINTENANCE_BRANCH=` cat maintenance-branch`
12
13
@@ -112,7 +113,7 @@ function check_documentation_coverage {
112
113
}
113
114
114
115
function check_style_and_lint {
115
- echo " bin/rubucop lib"
116
+ echo " bin/rubocop lib"
116
117
bin/rubocop lib
117
118
}
118
119
Original file line number Diff line number Diff line change 1
- # This file was generated on 2015-01-07T22:08:46 -08:00 from the rspec-dev repo.
1
+ # This file was generated on 2015-02-24T14:46:39 -08:00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
function is_mri {
Original file line number Diff line number Diff line change 31
31
add_filter "./bundle/"
32
32
add_filter "./tmp/"
33
33
add_filter "./spec/"
34
- minimum_coverage ( RUBY_PLATFORM == 'java' ? 94 : 97 )
34
+ minimum_coverage ( RUBY_PLATFORM == 'java' ? 93 : 97 )
35
35
end
36
36
end
37
37
rescue LoadError
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2015-01-07T22:08:46 -08:00 from the rspec-dev repo.
2
+ # This file was generated on 2015-02-24T14:46:39 -08:00 from the rspec-dev repo.
3
3
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
4
4
5
5
set -e
Original file line number Diff line number Diff line change 1
- # This file was generated on 2015-01-07T22:08:46 -08:00 from the rspec-dev repo.
1
+ # This file was generated on 2015-02-24T14:46:39 -08:00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
# Taken from:
You can’t perform that action at this time.
0 commit comments