Skip to content

Commit

Permalink
Fixed Travis (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklockwood committed Jun 21, 2016
1 parent 598edb7 commit 8894edf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: objective-c
before_script:
- brew update
- brew upgrade xctool
- brew upgrade xctool || true
osx_image: xcode7.3
script: xctool test -project Tests/UnitTests.xcodeproj -scheme UnitTests -sdk iphonesimulator
4 changes: 2 additions & 2 deletions AutoCoding/AutoCoding.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ NS_ASSUME_NONNULL_BEGIN
* ivars for coding that do not have matching property definitions, or if you
* wish to code virtual properties (properties or setter/getter method pairs that
* are not backed by an ivar). If you wish to exclude certain properties from the
* serialisation process, you can return them in the `uncodableProperties` method
* and they will be automatically removed from this dictionary.
* serialisation process, you can deliberately give them an non KVC-compliant
* ivar name (see above).
*
* Note that this method only returns the properties defined on a particular
* class and not any properties that are inherited from its superclasses. You
Expand Down

0 comments on commit 8894edf

Please sign in to comment.