summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.travis.yaml11
-rwxr-xr-xreadme.md2
2 files changed, 12 insertions, 1 deletions
diff --git a/.travis.yaml b/.travis.yaml
new file mode 100755
index 0000000..785b85d
--- /dev/null
+++ b/.travis.yaml
@@ -0,0 +1,11 @@
+language: scala
+scala:
+ - 2.9.2
+jdk:
+ - openjdk6
+ - openjdk7
+ - oraclejdk7
+branches:
+ except:
+ - develop
+script: "gradle test" \ No newline at end of file
diff --git a/readme.md b/readme.md
index 88ded1f..92cc9d6 100755
--- a/readme.md
+++ b/readme.md
@@ -1,4 +1,4 @@
-#stringmetric
+#stringmetric [![Build Status](https://secure.travis-ci.org/rockymadden/stringmetric.png)](http://travis-ci.org/rockymadden/stringmetric)
A collection of string metrics and phonetic algorithms implemented in Scala. All phonetic string metrics have a standalone algorithm counterpart. They provide a means to determine the phonetic representation of the argument passed, rather than evaluating if two arguments sound the same phonetically. __Each metric and algorithm has a CLI.__
## Metrics and Phonetic Algorithms