Skip to content

Commit ab9e82e

Browse files
committed
Use binstubs on CI
1 parent 82c3c20 commit ab9e82e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.bundle/
2+
bundle/
3+
vendor/bundle/
24
log/*.log
35
pkg/
46
spec/dummy/db/*.sqlite3

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: ruby
2-
bundler_args: --jobs=3 --retry=3
2+
bundler_args: --binstubs --jobs=3 --retry=3
33
cache: bundler
44
sudo: false
5+
script: bin/rake
56
rvm:
67
- 2.1
78
- 2.2

0 commit comments

Comments
 (0)