aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 1b8f95a..f528828 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,6 @@ language: objective-c
cache:
- bundler
- cocoapods
-podfile: Example/Podfile
rvm: 2.3.1
before_install:
@@ -12,6 +11,6 @@ before_install:
- gem install xcpretty
- pod install --project-directory=Example --repo-update
-script:
+script:
- ./test.sh
- pod lib lint FirebaseDev.podspec