aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: 73088523f25d9bd74352408ca0730e9f34da43d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
osx_image: xcode8.1
language: objective-c
# cache: cocoapods
podfile: Example/Podfile
xcode_workspace: Example/Firebase.xcworkspace
xcode_scheme: AllUnitTests

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