Skip to content

Commit d94e91e

Browse files
committed
Updated README
1 parent e2b2e9a commit d94e91e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
intellij-cucumber-scala
22
=======================
33

4-
[![Build Status](https://travis-ci.org/danielwegener/intellij-cucumber-scala.svg)](https://travis-ci.org/danielwegener/intellij-cucumber-scala)
4+
[![Build Status](https://travis-ci.com/vbmacher/intellij-cucumber-scala.svg?branch=master)](https://travis-ci.com/vbmacher/intellij-cucumber-scala)
55

66
Enables Reference tracking of glue code when using cucumber-scala DSL.
77

@@ -23,9 +23,9 @@ Now you can build this plugin with `./gradlew buildPlugin`.
2323
To start an IDE with the plugin installed in the example project just run `./gradlew runIde`. Import the whole project as gradle project in the sandbox-ide. Wait for indexing to finish. Open `example/src/test/resources/cucumber/examples/scalacalculator/basic_arithmetic.feature`.
2424

2525
# Publishing
26-
26+
s
2727
1. Add your publish token to `publishPlugin.token` in `cucumber-scala/build.gradle` (make sure to not check them in!)
28-
2 run `./gradlew publishPlugin`
28+
2. run `./gradlew publishPlugin`
2929

3030
# License
3131

0 commit comments

Comments
 (0)