Skip to content

Commit

Permalink
Added Travis CI build information
Browse files Browse the repository at this point in the history
* See README for explanation why failing with Erlang/OTP 20
  • Loading branch information
pmenhart committed Jun 7, 2018
1 parent 8a13e83 commit 8b8a847
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 8b8a847

Please sign in to comment.