diff --git a/.travis.yml b/.travis.yml
index f5c99a7f..2b827a13 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1 +1,5 @@
-language: java
\ No newline at end of file
+language: java
+
+script:
+ - mvn test -B -Dmatsim.preferLocalDtds=true
+ - mvn deploy -DskipTests=true --settings=settings.xml;
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index aa9ea9a7..ed59682e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,11 +4,19 @@
4.0.0
org.matsim
pt2matsim
- 0.9.0-SNAPSHOT
+ 0.9.0
PT2MATSim
Public Transport to MATSim
+
+
+ bintray-polettif-matsim
+ polettif-matsim
+ https://api.bintray.com/maven/polettif/matsim/pt2matsim/;publish=1
+
+
+
osgeo
diff --git a/settings.xml b/settings.xml
new file mode 100644
index 00000000..09fb9c09
--- /dev/null
+++ b/settings.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+ bintray-polettif-matsim
+ ${env.BINTRAY_USER}
+ ${env.BINTRAY_PASSWORD}
+
+
+
+
\ No newline at end of file