File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jar file for this server, and the path to the cloned cob_spec repo.
1111
1212## Building
1313
14- ### To build the server, clone this repository, then run:
14+ ### To build the server, clone this repository then run:
1515```
1616gradle clean
1717gradle jar
1818```
1919\( There is sometimes a build error related to writing the XML test results.
2020If this happens, just run ` gradle jar ` again.\)
2121
22- ### To run the server, run
22+ ### To run the server, run:
2323```
2424java -jar build/libs/httpserver-1.0-SNAPSHOT.jar -p 5000 -d DIRECTORY_TO_SERVE
2525```
@@ -28,7 +28,8 @@ or any other directory you want to serve.\)
2828
2929## Development
3030
31- ### The project has continuous integration with Travis CI, you can see results at
31+ ### The project has continuous integration with Travis CI, you can see results at:
32+
3233[ https://travis-ci.org/onlyskin/java-httpserver/branches ] ( https://travis-ci.org/onlyskin/java-httpserver/branches )
3334
3435### To run the unit tests for the project, run:
You can’t perform that action at this time.
0 commit comments