Skip to content

Commit 6e66a9e

Browse files
committed
Fix .travis.yml
1 parent 3846d3a commit 6e66a9e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
language: objective-c
22
osx_image: xcode11.5
33
env:
4-
- RUBYMOTION_LICENSE=1dcac45cc434293009f74b33037bdf7361a3a1ff # Official license key for open-source projects
5-
- TMP_DIR=./tmp # For motion repo, so it doesn't attempt to use /tmp, to which it has no access
6-
- OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
4+
global:
5+
- RUBYMOTION_LICENSE=1dcac45cc434293009f74b33037bdf7361a3a1ff # Official license key for open-source projects
6+
- TMP_DIR=./tmp # For motion repo, so it doesn't attempt to use /tmp, to which it has no access
7+
- OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
78

89
before_install:
910
- brew update
@@ -20,6 +21,7 @@ before_install:
2021
- (motion --version)
2122
- (ruby --version)
2223
- motion repo
24+
- bundle install
2325
- bundle exec rake pod:install
2426

2527
gemfile:

0 commit comments

Comments
 (0)