summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 82dd7707b92f710e3b0911ac9631aee8965691aa (plain)
1
2
3
4
5
6
7
language: objective-c
env:
    matrix:
        - BUILD_CONFIG=release
        - BUILD_CONFIG=debug
script:
    - ./build.sh $BUILD_CONFIG