Enable Travis-CI
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..2760c00
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,19 @@
+language: dart
+sudo: false
+dart:
+  - stable
+  - dev
+  - 1.22.1
+  - 1.21.1
+  - 1.20.1
+  - 1.19.1
+dart_task:
+  - test: -p vm
+  - test: -p firefox
+  - test: -p dartium
+    install_dartium: true
+  - dartfmt
+  - dartanalyzer
+cache:
+  directories:
+    - $HOME/.pub-cache