Skip to content

Commit 677de24

Browse files
committed
wip
1 parent 9f3819d commit 677de24

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

.travis.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,6 @@ before_script:
3131

3232
script: "script/run_build 2>&1"
3333

34-
rvm:
35-
- 1.8.7
36-
- 2.3.1
37-
- 2.2
38-
- 2.1
39-
- 2.0.0
40-
- 1.9.3
41-
- 1.9.2
42-
43-
env:
44-
- RAILS_VERSION='~> 4.2.0'
45-
- RAILS_VERSION=4-2-stable
46-
- RAILS_VERSION='~> 4.1.0'
47-
- RAILS_VERSION=4-1-stable
48-
- RAILS_VERSION='~> 4.0.4'
49-
- RAILS_VERSION=4-0-stable
50-
- RAILS_VERSION='~> 3.2.17'
51-
- RAILS_VERSION=3-2-stable
52-
- RAILS_VERSION='~> 3.1.12'
53-
- RAILS_VERSION='~> 3.0.20'
54-
5534
matrix:
5635
include:
5736
# Rails 5.x only supports 2.2+

script/custom_build_functions.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ function run_cukes {
55
function run_additional_specs {
66
bin/rake generate:app generate:stuff
77
pushd tmp/example_app
8+
cat Gemfile
9+
cat Gemfile.lock
810
bundle exec rspec
911
popd
1012
}

0 commit comments

Comments
 (0)