Commit 23e7ec51 23e7ec5101378c63f0621257bc7447c8d0d92c79 by hexid

Change order of dotNET travis tests to match python jobs

1 parent 2124a252
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
......