diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-04-23 06:17:55 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-04-23 06:17:55 +0200 |
commit | c23827beeb147accfcc11c9745fc67a395d7efea (patch) | |
tree | c3be6694552b4771a43d7d64f9e8512e9558e9c7 /tools/run_tests | |
parent | 6fac833299bf23823db1624edf6e1ed7dda31fbd (diff) |
Avoid building shared libraries on Travis. This seems flaky.
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-x | tools/run_tests/run_tests.py | 2 |
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 [] |