Skip to content

Commit

Permalink
[CI] Add a download test without --dev
Browse files Browse the repository at this point in the history
OSX 10.10 fails with TLSV1 error downloading from github, so switch to
10.11 for this test.
  • Loading branch information
glandium committed Mar 20, 2019
1 parent 23122fe commit 14cf75b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CI/decision.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ def decision():
for env in ('linux', 'mingw64', 'osx10_10'):
TestTask(task_env=env)

for env in ('linux', 'mingw64', 'osx10_11'):
task_env = TaskEnvironment.by_name('{}.test'.format(env))
Task(
task_env=task_env,
Expand All @@ -199,6 +200,7 @@ def decision():
'(cd repo ; ./git-cinnabar download --dev)',
'rm -rf repo/.git',
'(cd repo ; ./git-cinnabar download --dev)',
'(cd repo ; ./git-cinnabar download)',
],
)),
dependencies=[
Expand Down

0 comments on commit 14cf75b

Please sign in to comment.