summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Leckey <leckey.ryan@gmail.com>2017-01-26 00:13:14 -0800
committerRyan Leckey <leckey.ryan@gmail.com>2017-01-26 00:13:14 -0800
commit3aa847406d1925095d79225500b42e74288ca739 (patch)
tree4a1273c299ea68cda6a5c7f9665a03d51b9051ca
parente1cfdde75bc287c09ad8ceec09181eeef4aa3a41 (diff)
Add .travis.yml
-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 0000000..c088006
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,3 @@
+language: rust
+rust:
+ - nightly \ No newline at end of file