From a9b234fbcfb7fdbfe5b657394f2d591845b49441 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 8 Sep 2017 19:27:45 +0200 Subject: Add travis configuration Use the imag freenode IRC channel to do notifications. --- .travis.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..62fcfef --- /dev/null +++ b/.travis.yml @@ -0,0 +1,35 @@ +sudo: false +os: + - linux + +dist: + - trusty + +language: rust + +rust: + - 1.15.0 + - 1.16.0 + - 1.17.0 + - 1.18.0 + - 1.19.0 + - stable + - beta + - nightly + +matrix: + allow_failures: + - rust: nightly + +cache: + cargo: true + +notifications: + email: + on_success: never + irc: + channels: + - chat.freenode.net#imag + template: + - "%{repository_name} (%{branch} @ %{commit} by %{author}): %{result}" + -- cgit v1.2.3