diff options
author | Stuart Stock <stuart@int08h.com> | 2017-10-14 10:12:59 -0500 |
---|---|---|
committer | Stuart Stock <stuart@int08h.com> | 2017-10-14 10:12:59 -0500 |
commit | dec7738a62849f2d372b6d7e245f5680bb5b77d7 (patch) | |
tree | 409a970600a4eab119223f7dd6361d1b399ff464 /.travis.yml | |
parent | 6bbf1c5c3bff62d8ed83333bf07d54f7076c4d05 (diff) | |
download | roughenough-dec7738a62849f2d372b6d7e245f5680bb5b77d7.zip |
add Travis CI
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..22761ba --- /dev/null +++ b/.travis.yml @@ -0,0 +1 @@ +language: rust |