YWeatherAPI
YWeatherAPI copied to clipboard
Configure .travis.yml correctly
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