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
test: selftest clitest jshint
test-dotNET: compile-dotNET selftest-dotNET jshint clitest-dotNET
test-dotNET: compile-dotNET selftest-dotNET clitest-dotNET jshint
docs:
sphinx-build -b html ./docs docs/_build
......