From 2e99cd0311d89bb336a648358c0a8e8e91668179 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Thu, 15 Mar 2018 12:42:01 +0100 Subject: [PATCH] SCP: continuous build in Travis CI. --- .travis.yml | 5 +++++ README.md | 1 + 2 files changed, 6 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..7a39f95e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +os: + - linux + - osx +language: c +script: make all diff --git a/README.md b/README.md index b2014189..4301ed23 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # SIMH v4.0 - Current [![Coverity Scan Build Status](https://scan.coverity.com/projects/11982/badge.svg)](https://scan.coverity.com/projects/simh) +[![Build Status](https://travis-ci.org/simh/simh.svg)](https://travis-ci.org/simh/simh) ## Table of Contents: [WHAT'S NEW since simh v3.9](#whats-new-since-simh-v39)