aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Josh Haberman <jhaberman@gmail.com>2016-02-18 14:55:00 -0800
committerGravatar Josh Haberman <jhaberman@gmail.com>2016-03-02 14:51:09 -0800
commit57be1d7eb25432b9f0106d64faed323ef954f7d2 (patch)
treed2fcb930eafc60173d9638d548518c216f82f5d5 /.travis.yml
parent78105897a8f01c7be9cf8502b6c58d47eb1ccdd7 (diff)
Added some initial shell scripts and docker file.
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 9bc4d88f..4a295401 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:
- - ./travis.sh $CONFIG
+ - ./tools/run_tests/travis.sh $CONFIG
env:
- CONFIG=cpp
- CONFIG=cpp_distcheck