Skip to content
Snippets Groups Projects
Commit e7bd03cd authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge pull request #1351 from nicolasnoble/flaky-travis

Avoid building shared libraries on Travis. This seems flaky.
parents 6fac8332 c23827be
No related branches found
No related tags found
No related merge requests found
......@@ -259,7 +259,7 @@ class Build(object):
return []
def make_targets(self):
return ['all']
return ['static']
def build_steps(self):
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