Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
23e7ec51
...
23e7ec5101378c63f0621257bc7447c8d0d92c79
authored
2013-12-16 19:56:18 -0700
by
hexid
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Change order of dotNET travis tests to match python jobs
1 parent
2124a252
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Makefile
Makefile
View file @
23e7ec5
...
...
@@ -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
...
...
Please
register
or
sign in
to post a comment