Skip to content
Snippets Groups Projects
Commit c23827be authored by Nicolas "Pixel" Noble's avatar Nicolas "Pixel" Noble
Browse files

Avoid building shared libraries on Travis. This seems flaky.

parent 6fac8332
No related branches found
No related tags found
No related merge requests found
...@@ -259,7 +259,7 @@ class Build(object): ...@@ -259,7 +259,7 @@ class Build(object):
return [] return []
def make_targets(self): def make_targets(self):
return ['all'] return ['static']
def build_steps(self): def build_steps(self):
return [] return []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment