Skip to content

Commit d39adce

Browse files
committed
update bundler on travis before running tests
1 parent 5ca41c0 commit d39adce

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ rvm:
22
- 2.2.0
33
- 2.3.0
44
- 2.4.0
5-
script: "bundle exec rspec spec/"
5+
script:
6+
- "gem install bundler"
7+
- "bundle exec rspec spec/"

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
smart_ioc (0.1.17)
4+
smart_ioc (0.1.18)
55

66
GEM
77
remote: https://rubygems.org/

0 commit comments

Comments
 (0)