Updated README - added .travis.yml
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..dff5f3a
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1 @@
+language: java
diff --git a/README.md b/README.md
index fae52fc..6ebd639 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,14 @@
 SCUFL2 examples

 ===============

 

-Examples of using the [SCUFL2 API](http://dev.mygrid.org.uk/wiki/display/developer/SCUFL2+API) v0.13.1.

+Examples of using the [SCUFL2 API](http://dev.mygrid.org.uk/wiki/display/developer/SCUFL2+API) v0.14.0.

+

+[![Build Status](https://travis-ci.org/myGrid/scufl2-examples.svg?branch=master)](https://travis-ci.org/myGrid/scufl2-examples)

 

 Download

 --------

 Download the scufl2-examples-0.x.x-standalone.jar from the

-[latest build](http://build.mygrid.org.uk/ci/job/scufl2-examples/lastSuccessfulBuild/com.example$scufl2-examples/).

-

-For instance: [scufl2-examples-0.1.1-SNAPSHOT-standalone.jar](http://build.mygrid.org.uk/ci/job/scufl2-examples/275/com.example$scufl2-examples/artifact/com.example/scufl2-examples/0.1.1-SNAPSHOT/scufl2-examples-0.1.1-SNAPSHOT-standalone.jar)

+[latest build](http://build.mygrid.org.uk/ci/job/scufl2-examples/lastSuccessfulBuild/com.example$scufl2-examples/), e.g. [scufl2-examples-0.2.0-SNAPSHOT-standalone.jar](http://build.mygrid.org.uk/ci/job/scufl2-examples/lastSuccessfulBuild/com.example$scufl2-examples/artifact/com.example/scufl2-examples/0.2.0-SNAPSHOT/scufl2-examples-0.2.0-SNAPSHOT-standalone.jar)

 

 This is a standalone executable JAR (see below).

 

@@ -39,16 +39,29 @@
     [INFO] Final Memory: 15M/243M

     [INFO] ----------------    

 

-To run the examples, see the folder ```target\scufl2-examples``` which has a bin/ executable for each of the below tools. Note that these tools require the provided bin/lib folder structure.

+To run the examples, see the folder ```target\scufl2-examples``` which has a `bin/` executable for each of the below tools. Note that these tools require the provided `bin/` and `lib/` folder structure.

 

-Alternatively you can use ```java -jar target/scufl2-examples-0.1.1-SNAPSHOT-standalone.jar``` - this is a standalone

+Alternatively you can use ```java -jar target/scufl2-examples-0.2.0-SNAPSHOT-standalone.jar``` - this is a standalone

 JAR file that can execute any of the tools as the first argument. 

+

 Linux users can install this with:

 

     chmod 755 target/scufl2-examples-*-standalone.jar

     sudo cp target/scufl2-examples-*-standalone.jar /usr/local/bin/scufl2tool

     

-as JAR files are recognized as executables.

+as long as JAR files are recognized as executables:

+

+    stain@biggie-mint ~/src/scufl2-examples $ target/scufl2-examples-0.2.0-SNAPSHOT-standalone.jar 

+    SCUFL2 workflow tool

+    Usage: scufl2tool <tool> [option] ...

+

+    Available tools:

+    t2flowtowfbundle - Convert t2flow workflows to wfbundle

+    jsonexport - Export JSON structure of workflow

+    processornames - List tree of processor names in workflow

+    servicetypes - List service types used in workflow

+    workflowmaker - Create an example workflow programmatically

+

 

 

 processornames