aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: c98d79acec4a97f14f738a0246e496f0e564ac82 (plain)
1
2
3
4
5
6
7
8
9
10
language: objective-c
env:
  global:
    - CONFIG=opt
    - TEST=objc
    - JOBS=1
script:
  - ./tools/run_tests/run_tests.py -l $TEST -t -j $JOBS -c $CONFIG -s 4.0
notifications:
  email: false