From d45d190d075db739dfc353ff3f29ba788130c2fc Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Tue, 12 Aug 2014 14:29:37 -0400 Subject: [PATCH] Set-up Travis CI. --- .travis.yml | 13 +++++++++++++ Makefile | 5 +++++ README.md | 2 ++ 3 files changed, 20 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..1fadef5 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +notifications: + recipients: + - siraaj@khandkar.net + +language: + erlang + +otp_release: + - 17.0 + - R16B02 + +script: + "make ci" diff --git a/Makefile b/Makefile index 3104462..34c0fe9 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,15 @@ .PHONY: \ + ci \ fresh-build \ compile \ clean \ dialyze \ test +ci: \ + compile \ + test + fresh-build: \ clean \ compile diff --git a/README.md b/README.md index 1d8fef9..831c50e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ +[![Build Status](https://travis-ci.org/ibnfirnas/hope.svg?branch=master)](https://travis-ci.org/ibnfirnas/hope) + HOPE: Higher Order Programming in Erlang ======================================== -- 2.20.1