about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-10-16T00·13+0200
committerVincent Ambo <tazjin@gmail.com>2017-10-16T00·24+0200
commit629268ef4aaeb1886d6669903dbb1a812f2f3a6c (patch)
tree13051d25819d78094c29bea6053c4e706e36f7e0
parent45d23efb986f344d556333135b6cc80380f5e3da (diff)
feat(build): Add automated Travis builds
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 000000000000..a493f815a99d
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,3 @@
+language: rust
+rust:
+  - stable