aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-05-15 12:27:07 -0700
committerGravatar Paul Beusterien <paulbeusterien@google.com>2017-05-15 12:27:07 -0700
commit98ba64449a632518bd2b86fe8d927f4a960d3ddc (patch)
tree131d9c4272fa6179fcda6c5a33fcb3b1bd57ad2e /.travis.yml
parent32461366c9e204a527ca05e6e9b9404a2454ac51 (diff)
Initial
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml17
1 files changed, 17 insertions, 0 deletions
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