Change order of dotNET travis tests to match python jobs
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -4,7 +4,7 @@ default: test | ... | @@ -4,7 +4,7 @@ default: test |
4 | 4 | ||
5 | test: selftest clitest jshint | 5 | test: selftest clitest jshint |
6 | 6 | ||
7 | test-dotNET: compile-dotNET selftest-dotNET jshint clitest-dotNET | 7 | test-dotNET: compile-dotNET selftest-dotNET clitest-dotNET jshint |
8 | 8 | ||
9 | docs: | 9 | docs: |
10 | sphinx-build -b html ./docs docs/_build | 10 | sphinx-build -b html ./docs docs/_build | ... | ... |
-
Please register or sign in to post a comment