diff options
author | Stuart Stock <stuart@int08h.com> | 2017-12-30 10:39:43 -0600 |
---|---|---|
committer | Stuart Stock <stuart@int08h.com> | 2017-12-30 10:39:43 -0600 |
commit | 57c5d4184db31a6422bc13fee71fe929e380b130 (patch) | |
tree | a816044445d40b15f5896d4050dbfd85225784a6 /.travis.yml | |
parent | a11b04bf471af4e97d7b435de5b12e84f7f29e1f (diff) | |
download | roughenough-57c5d4184db31a6422bc13fee71fe929e380b130.zip |
Update travis.yml to target stable
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 22761ba..a493f81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,3 @@ language: rust +rust: + - stable |