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).