From 98ba64449a632518bd2b86fe8d927f4a960d3ddc Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Mon, 15 May 2017 12:27:07 -0700 Subject: Initial --- .travis.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7e42cc2 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,17 @@ +osx_image: xcode8.1 +language: objective-c +# cache: cocoapods +podfile: Example/Podfile +xcode_workspace: Example/Firebase.xcworkspace +xcode_scheme: AllTests + +rvm: 2.3.1 +before_install: + - gem uninstall cocoapods -a + - gem install cocoapods -v 1.2.0 # Since Travis is not always on latest version + - gem install xcpretty + - pod install --project-directory=Example --repo-update + +script: + - ./test.sh + - pod lib lint FirebaseDev.podspec -- cgit v1.2.3