Skip to content

Commit f7914d1

Browse files
committed
Let the error handling do its thing
1 parent 0282cb9 commit f7914d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/travis-before-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cd "$DIR"
1010
DESIRED_BUNDLER_VERSION=$(grep "add_development_dependency 'bundler'" octocatalog-diff.gemspec | cut -d"'" -f4)
1111
gem install bundler -v "$DESIRED_BUNDLER_VERSION"
1212

13-
BUNDLER_VERSIONS=$(gem list bundler | grep ^bundler | cut -d'(' -f2 | cut -d')' -f1 | tr "," " " | grep -v "default")
13+
BUNDLER_VERSIONS=$(gem list bundler | grep ^bundler | cut -d'(' -f2 | cut -d')' -f1 | tr "," " ")
1414
for v in $BUNDLER_VERSIONS; do
1515
if [ "$v" != "$DESIRED_BUNDLER_VERSION" ]; then
1616
gem uninstall bundler --force -v "$v" || true

0 commit comments

Comments
 (0)