Skip to content

Commit f68b9be

Browse files
committed
Use -f to prevent errors.
Nested Gemfiles need some more whacking.
1 parent 2f987d0 commit f68b9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gemfile:
1212
- gemfiles/active_support_4.2.gemfile
1313
- gemfiles/active_support_5.0.gemfile
1414
before_install:
15-
- "rm ${BUNDLE_GEMFILE}.lock"
15+
- "rm -f ${BUNDLE_GEMFILE}.lock"
1616
matrix:
1717
fast_finish: true
1818
exclude:

0 commit comments

Comments
 (0)