Skip to content

Commit d6b0932

Browse files
2 parents 65efcac + df7014a commit d6b0932

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
language: ruby
22
rvm:
33
- 2.1.5
4+
before_install:
5+
- gem update --system
6+
install:
7+
- "gem install bundler"
8+
- "bundle install --jobs=3 --retry=3"
49
script:
510
- bundle exec rspec

0 commit comments

Comments
 (0)