Update some comments about testing.
This commit is contained in:
parent
73e8c8aab9
commit
c46571bc17
11
.travis.yml
11
.travis.yml
@ -1,13 +1,10 @@
|
|||||||
sudo: required
|
sudo: required
|
||||||
dist: trusty
|
dist: trusty
|
||||||
# Note: travis currently does not support listing more than one language so
|
# everything is driven by the test.sh, so the language doesn't really
|
||||||
# this cheats and claims to only be cpp. If they add multiple language
|
# matter, it just controls the default install/script/etc. steps on
|
||||||
# support, this should probably get updated to install steps and/or
|
# travis.
|
||||||
# rvm/gemfile/jdk/etc. entries rather than manually doing the work.
|
|
||||||
language: cpp
|
language: cpp
|
||||||
os:
|
os: osx
|
||||||
- osx
|
|
||||||
# The Objective C build needs Xcode 7.0 or later.
|
|
||||||
osx_image: xcode8.3
|
osx_image: xcode8.3
|
||||||
script:
|
script:
|
||||||
- ./tests.sh $CONFIG
|
- ./tests.sh $CONFIG
|
||||||
|
Loading…
Reference in New Issue
Block a user