From 8b8a84794e1d0e55ef3286d01ebb04f2600ef04d Mon Sep 17 00:00:00 2001 From: Peter Menhart Date: Wed, 6 Jun 2018 21:47:29 -0400 Subject: [PATCH] Added Travis CI build information * See README for explanation why failing with Erlang/OTP 20 --- .travis.yml | 24 ++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 27 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..8ca8731 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,24 @@ +language: elixir +elixir: +- 1.3.4 +- 1.4.5 +- 1.5.2 +- 1.6.5 +otp_release: +- 18.3 +- 19.3 +- 20.3 +matrix: + exclude: + - elixir: 1.3.4 + otp_release: 20.3 + - elixir: 1.4.5 + otp_release: 20.3 + - elixir: 1.6.5 + otp_release: 18.3 + - elixir: 1.6.5 + otp_release: 19.3 +env: +- MIX_ENV=test +script: +- mix test --no-start diff --git a/README.md b/README.md index 9621c9e..2ca227d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![Build Status](https://travis-ci.org/pmenhart/no_slides.svg??branch=riak_core_3)](https://travis-ci.org/pmenhart/no_slides) + + # NoSlides example application Example application for the talk at [NoSlidesConf][0]. This application is a sample application with some functionalities available on riak_core.