aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKerhong <edgars.baduns@gmail.com>2015-09-25 19:47:18 +0300
committerKerhong <edgars.baduns@gmail.com>2015-09-25 19:47:18 +0300
commitc17bb0fdac0d610b488890a9a5d0e2abebc587e3 (patch)
treeab8b91c3b42644345fa85689b36c864c9dea5bd5 /.travis.yml
parentbb12015a8a830b3c35292ded6f1f933762aa0355 (diff)
downloadmilf-rs-c17bb0fdac0d610b488890a9a5d0e2abebc587e3.tar.gz
milf-rs-c17bb0fdac0d610b488890a9a5d0e2abebc587e3.zip
Add stable Rust build to Travis-CI config
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7866398..6c4b419 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
language: rust
rust:
- 1.0.0
+ - stable
- beta
- nightly
sudo: false