diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..73ca7af
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/typescript-compiler.xml b/.idea/typescript-compiler.xml
new file mode 100644
index 0000000..17ff836
--- /dev/null
+++ b/.idea/typescript-compiler.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..1c3fed3
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,7 @@
+language: java
+script:
+ - ant link
+
+
+
+
diff --git a/TravisExercise.iml b/TravisExercise.iml
new file mode 100644
index 0000000..c90834f
--- /dev/null
+++ b/TravisExercise.iml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/build.xml b/build.xml
index e288a4b..6a9f366 100644
--- a/build.xml
+++ b/build.xml
@@ -14,4 +14,8 @@
srcdir="src"
destdir="${classdir}" />
+
+
+
+