Skip to content

Commit 670cef2

Browse files
authored
Fixes #30
Travis error fix
1 parent 2a1fcf0 commit 670cef2

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)