aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: dd627b098af6c0944d609292e67ee276c3b09bc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: objective-c
osx_image: xcode9.4
env:
  - MODE=OSX CFG=Debug
  - MODE=OSX CFG=Release
  - MODE=iOS CFG=Debug
  # iOS Release is currently failing with linker errors before even running
  # the tests.
  #- MODE=iOS CFG=Release
script:
  - ./.travis.sh "${MODE}" "${CFG}"
notifications:
  email: false