trivial: corrected syntax for .sling-module.json
diff --git a/.sling-module.json b/.sling-module.json
index 9a93d88..3eab20a 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -1,3 +1,5 @@
 {
-    "mavenGoal": "verify"
+    "jenkins": {
+        "mavenGoal": "verify"
+    }
 }
diff --git a/README.md b/README.md
index 99a24a1..34ae6a7 100644
--- a/README.md
+++ b/README.md
@@ -7,13 +7,6 @@
 
 This project provides the integration tests and some test examples for the [Apache Sling Scripting Bundle Tracker](https://github.com/apache/sling-org-apache-sling-scripting-bundle-tracker) module.
 
-### Integration Tests
-
-To run the integration tests do:
-
-```
-mvn clean verify -Pit
-```
 
 ### Example