Skip to content

Commit 2716285

Browse files
committed
add bundle exec for test
1 parent 838c984 commit 2716285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rvm:
88

99
script:
1010
- bundle exec rake rubocop
11-
- rake test:unit
11+
- bundle exec rake test:unit
1212

1313
notifications:
1414
email:

0 commit comments

Comments
 (0)