aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2017-11-15 10:31:16 -0500
committerGravatar Thomas Van Lenten <thomasvl@google.com>2017-11-15 10:31:16 -0500
commitc46571bc171334812553df7e48b8cd4bde433b07 (patch)
tree4915398d4ba11d9bc1bc498156bb08bcc6776d07 /.travis.yml
parent73e8c8aab9f1dd61f922a889abfc6b313a95b07a (diff)
Update some comments about testing.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 4 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 515abf48..b6c19d24 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,10 @@
sudo: required
dist: trusty
-# Note: travis currently does not support listing more than one language so
-# this cheats and claims to only be cpp. If they add multiple language
-# support, this should probably get updated to install steps and/or
-# rvm/gemfile/jdk/etc. entries rather than manually doing the work.
+# everything is driven by the test.sh, so the language doesn't really
+# matter, it just controls the default install/script/etc. steps on
+# travis.
language: cpp
-os:
- - osx
-# The Objective C build needs Xcode 7.0 or later.
+os: osx
osx_image: xcode8.3
script:
- ./tests.sh $CONFIG