Skip to content

Commit

Permalink
Update README.md (JabRef#4419)
Browse files Browse the repository at this point in the history
* Update README.md

Remove obsolete integration test description. Add a note on travis

* Fix travis link

* Update README.md

Missing comma
  • Loading branch information
Siedlerchr authored Oct 27, 2018
1 parent b09973f commit aeea809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ When you want to develop, it is necessary to generate additional sources using `
and then generate the Eclipse `gradlew eclipse`.
For IntelliJ IDEA, just import the project via a Gradle Import by pointing at the `build.gradle`.

`gradlew test` executes all tests. We use Travis CI[https://travis-ci.org/] for executing the tests after each commit. For developing it is sufficient to locally only run the associated test for the classes you changed. Travis will report any other failure.
`gradlew test` executes all tests. We use [Travis CI](https://travis-ci.org/) for executing the tests after each commit. For developing, it is sufficient to locally only run the associated test for the classes you changed. Travis will report any other failure.


## Acknowledgements
Expand Down

0 comments on commit aeea809

Please sign in to comment.