Skip to content

Commit 036f899

Browse files
committed
Issue pod:install in .travis.yml
1 parent 211f9ce commit 036f899

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ before_install:
1818
gemfile:
1919
- Gemfile
2020

21-
script: bundle exec rake spec
21+
script:
22+
- bundle exec rake pod:install
23+
- bundle exec rake spec

0 commit comments

Comments
 (0)