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

Commit 02daf44

Browse files
committed
TMP - Travis build config
1 parent 906b33e commit 02daf44

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ cache:
88
- ../bundle
99
before_install:
1010
- "script/clone_all_rspec_repos"
11-
- echo "$TRAVIS_RUBY_VERSION"
12-
- echo "$RUBYOPT"
13-
- echo "$RUBY_VERSION"
14-
- echo "$JRUBY_OPTS"
15-
- if [ "jruby" != "$TRAVIS_RUBY_VERSION" ]; then gem install bundler; fi
11+
- if [ "jruby" != "$TRAVIS_RUBY_VERSION" ]; then gem install bundler benchmark-ips; fi
1612
bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
1713
script: "script/run_build"
1814
rvm:

script/run_build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ set -e
66
source script/functions.sh
77

88
# Tmp Remove after benchmarking
9-
gem install benchmark-ips
109
ruby parallel_vs_sequential_assignment.rb
1110
ruby benchmarks/symbol_to_proc_vs_block.rb
1211

0 commit comments

Comments
 (0)