aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-04-23 06:17:55 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-04-23 06:17:55 +0200
commitc23827beeb147accfcc11c9745fc67a395d7efea (patch)
treec3be6694552b4771a43d7d64f9e8512e9558e9c7 /tools/run_tests
parent6fac833299bf23823db1624edf6e1ed7dda31fbd (diff)
Avoid building shared libraries on Travis. This seems flaky.
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-xtools/run_tests/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 4e24f4b510..5165983d97 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -259,7 +259,7 @@ class Build(object):
return []
def make_targets(self):
- return ['all']
+ return ['static']
def build_steps(self):
return []