Showing
3 changed files
with
1 additions
and
5 deletions
@@ -2,10 +2,6 @@ | @@ -2,10 +2,6 @@ | ||
2 | language: objective-c | 2 | language: objective-c |
3 | 3 | ||
4 | before_install: | 4 | before_install: |
5 | - - brew update | ||
6 | - - brew unlink xctool | ||
7 | - - brew install xctool | ||
8 | - - gem install cocoapods | ||
9 | - sudo easy_install cpp-coveralls | 5 | - sudo easy_install cpp-coveralls |
10 | - export LANG=en_US.UTF-8 | 6 | - export LANG=en_US.UTF-8 |
11 | 7 |
@@ -22,7 +22,7 @@ post_install do |installer| | @@ -22,7 +22,7 @@ post_install do |installer| | ||
22 | 22 | ||
23 | COV_TARGET_NAME = "Pods-MasonryTestsLoader-Masonry" | 23 | COV_TARGET_NAME = "Pods-MasonryTestsLoader-Masonry" |
24 | EXPORT_ENV_PHASE_NAME = "Export Environment Vars" | 24 | EXPORT_ENV_PHASE_NAME = "Export Environment Vars" |
25 | - EXPORT_ENV_PHASE_SCRIPT = "export | egrep '( BUILT_PRODUCTS_DIR)|(CURRENT_ARCH)|(OBJECT_FILE_DIR_normal)|(SRCROOT)|(OBJROOT)' > " << File.join(config.installation_root, "/script/env.sh") | 25 | + EXPORT_ENV_PHASE_SCRIPT = "export | egrep '( BUILT_PRODUCTS_DIR)|(CURRENT_ARCH)|(OBJECT_FILE_DIR_normal)|(SRCROOT)|(OBJROOT)' > $SRCROOT/../script/env.sh" |
26 | 26 | ||
27 | # find target | 27 | # find target |
28 | classy_pods_target = installer.project.targets.find{ |target| target.name == COV_TARGET_NAME } | 28 | classy_pods_target = installer.project.targets.find{ |target| target.name == COV_TARGET_NAME } |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment