Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Sgorlon committed Nov 23, 2017
1 parent 564e924 commit 7249572
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sudo: false
language: scala
scala:
- 2.11.6
- 2.11.11
jdk:
- oraclejdk8
cache:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ None
### Tests
Some tests require MongoDB to run.
Thus, remember to start up MongoDB if you want to run the tests locally.
There are unit tests, acceptance tests and code coverage reports.
There are unit tests, integration tests, acceptance tests and code coverage reports.
In order to run them, use this command line:
```
./precheck.sh
Expand Down
2 changes: 1 addition & 1 deletion precheck.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

sbt clean coverage test acceptance:test coverageReport
sbt clean coverage test it:test acceptance:test coverageReport

0 comments on commit 7249572

Please sign in to comment.