Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 4c09b9b

Browse files
committed
Fix a typo in travis.yml
1 parent c44c52e commit 4c09b9b

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
@@ -42,7 +42,7 @@ addons:
4242
bundler_args: --jobs=4 --retry=3
4343
before_install:
4444
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then gem update bundler; fi
45-
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then gem update --system; f
45+
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then gem update --system; fi
4646
- if [ "$TRAVIS_OS_NAME" == "osx" -a "$TRAVIS_RUBY_VERSION" == "2.0.0" ]; then rvm rubygems current; fi
4747
- if [ "$TRAVIS_OS_NAME" == "osx" -a "$TRAVIS_RUBY_VERSION" == "system" ]; then sudo gem install bundler; fi
4848
- if [ "$TRAVIS_OS_NAME" == "osx" -a "$TRAVIS_RUBY_VERSION" != "system" ]; then gem update --system; fi

0 commit comments

Comments
 (0)