Skip to content

Commit

Permalink
changes requested by @chrismaddern
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Makarov committed Mar 29, 2017
1 parent 17641ef commit d6bf144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ branches:
only:
master
before_install:
# - gem install xcpretty --no-rdoc --no-ri --no-document --quiet
# - gem install xcpretty-travis-formatter --no-rdoc --no-ri --no-document --quiet
- bundle install
- pod repo update --silent
- pod install
Expand Down
4 changes: 2 additions & 2 deletions Tests/DeepLink/DPLDeepLink_AppLinksSpec.m
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#import "DPLDeepLink.h"
#import "DPLDeepLink+AppLinks.h"
#import "DPLDeepLink_Private.h"
#import "DPLMutableDeepLink.h"
#import "DPLMutableDeepLink+AppLinks.h"
@import DeepLinkKit;
@import DeepLinkKit.AppLinks;

SpecBegin(DPLDeepLink_AppLinks)

Expand Down

0 comments on commit d6bf144

Please sign in to comment.