diff --git a/.travis.yml b/.travis.yml
index de3a6b3..24ec1a4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,7 @@ branches:
only:
- develop
- master
+ - update-pr-12-test-build
os:
- linux
- osx
diff --git a/README.md b/README.md
index 82469e7..73c831d 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,7 @@ Download and install Docker.
Pull and run the image:
docker run --rm -p 8080:8080 -v /local/path/to/db:/data/db -v /local/path/to/users:/root/users -v /local/path/to/resources:/root/resources -t cidarlab/cello-webapp
+
Note the two `/local/path/to` directories. You will need to replace these with folders on your machine of your choosing. You can omit these `-v` clauses, but then the user database and projects storage will be destroyed when you stop the container.
diff --git a/cello-webapp/pom.xml b/cello-webapp/pom.xml
index c5509f4..ea01879 100644
--- a/cello-webapp/pom.xml
+++ b/cello-webapp/pom.xml
@@ -130,7 +130,7 @@
commons-io
commons-io
- 2.6
+ 2.7
org.apache.commons