diff options
| author | Dirk Van Haerenborgh <vhdirk@gmail.com> | 2018-04-14 12:13:41 +0200 |
|---|---|---|
| committer | Dirk Van Haerenborgh <vhdirk@gmail.com> | 2018-04-14 12:13:41 +0200 |
| commit | 80634a5adea2f45aff8bda691bcedb871d0a60d2 (patch) | |
| tree | b4a404089a4c233620d823d3f9d0e1dc97619f12 /.travis.yml | |
| parent | 236b1c821cd58faf5ab980175b80d4da32e9ccbc (diff) | |
| download | mail-80634a5adea2f45aff8bda691bcedb871d0a60d2.tar.gz | |
experimental travis
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..f25e24f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +language: rust +sudo: false +rust: + - 1.16.0 + - stable + - beta + - nightly + +matrix: + include: + - addons: + apt: + packages: + - notmuch |
