aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Josh Haberman <jhaberman@gmail.com>2016-03-04 14:21:18 -0800
committerGravatar Josh Haberman <jhaberman@gmail.com>2016-03-04 14:34:30 -0800
commit67c727cd411a339eb4233c84d9a1afadd8c20566 (patch)
treee3448c0ba00bb35e76eb8f01a413c0927d34ca0e /.travis.yml
parent7d793c167f51d5afff18e13b1dc1c0b060b3aae4 (diff)
Rearranged and commented files for running under Jenkins.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 26b9dcaf..f8d2347c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@ os:
# The Objective C build needs Xcode 7.0 or later.
osx_image: xcode7.2
script:
- - ./tools/run_tests/tests.sh $CONFIG
+ - ./tests.sh $CONFIG
env:
- CONFIG=cpp
- CONFIG=cpp_distcheck