YWeatherAPI icon indicating copy to clipboard operation
YWeatherAPI copied to clipboard

Configure .travis.yml correctly

Open nishanths opened this issue 9 years ago • 0 comments

Create a correctly configure .travis.yml. Currently, the build fails with

In file included from /Users/travis/build/nishanths/YWeatherAPI/Example/Pods/AFNetworking/AFNetworking/AFHTTPRequestOperation.m:22:
In file included from /Users/travis/build/nishanths/YWeatherAPI/Example/Pods/AFNetworking/AFNetworking/AFHTTPRequestOperation.h:23:
In file included from /Users/travis/build/nishanths/YWeatherAPI/Example/Pods/AFNetworking/AFNetworking/AFURLConnectionOperation.h:25:
/Users/travis/build/nishanths/YWeatherAPI/Example/Pods/AFNetworking/AFNetworking/AFURLRequestSerialization.h:29:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
NS_ASSUME_NONNULL_BEGIN

Example: https://travis-ci.org/nishanths/YWeatherAPI/builds/132419548

nishanths avatar May 23 '16 23:05 nishanths