Avoid building shared libraries on Travis. This seems flaky.

pull/1351/head
Nicolas "Pixel" Noble 10 years ago
parent 6fac833299
commit c23827beeb
  1. 2
      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 []

Loading…
Cancel
Save