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)