Skip to content

Commit 4a3b0e4

Browse files
committed
Fix travis
1 parent b404edc commit 4a3b0e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ env:
55
- LC_CTYPE=en_US.UTF-8
66
- LANG=en_US.UTF-8
77
before_install:
8-
- bundle update
98
- bundle install
10-
- bundle exec pod update
9+
- bundle update
10+
- bundle exec pod install
1111
script:
1212
- set -o pipefail
1313
- xcodebuild -version

0 commit comments

Comments
 (0)