From 56db71f1b587240b1d2374416be6bd1016265ac5 Mon Sep 17 00:00:00 2001 From: Nicolas McCurdy Date: Wed, 17 Dec 2014 22:26:05 -0500 Subject: [PATCH 1/2] Set up Travis so it runs `make` with both clang and gcc --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..fb27ba4 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: c +compiler: +- clang +- gcc +script: cd src && make From 28aef8842f9c992fa1121ede4bc284508a616fb1 Mon Sep 17 00:00:00 2001 From: Nicolas McCurdy Date: Wed, 17 Dec 2014 22:37:59 -0500 Subject: [PATCH 2/2] Add a build status badge to the readme (using matz's repo) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ced2e8..990957e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Streem - stream based concurrent scripting language +[![Build Status](https://travis-ci.org/matz/streem.svg?branch=master)](https://travis-ci.org/matz/streem) [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/matz/streem?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) Streem is a concurrent scripting language based on a programming model