From c5f8362ff769425d42a94b3a611731eadaa5e0ca Mon Sep 17 00:00:00 2001 From: Georg G Date: Tue, 9 Jun 2015 19:43:37 +0200 Subject: [PATCH] modified Travis build script, added Travis badge to README --- .travis.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index abd5cf8..a550fc8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ language: ruby cache: bundler rvm: 2.1 +script: bundle exec rspec diff --git a/README.md b/README.md index 42e9ad1..d07b675 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# questiongenerator +# questiongenerator [![Build Status](https://travis-ci.org/Retrospring/questiongenerator.svg?branch=master)](https://travis-ci.org/Retrospring/questiongenerator) A simple question generator, used by Retrospring (formerly justask).