diff options
author | Thomas Buckley-Houston | 2017-05-30 09:31:59 +0000 |
---|---|---|
committer | Thomas Buckley-Houston | 2017-05-30 09:35:26 +0000 |
commit | abccaba225a5839fca23966c274bd86c78453844 (patch) | |
tree | 52447308a322fc5b9273c5651c9eb56e56aa0694 | |
parent | 79bd6b4273325f891d2fcdb2a79ede59e313e414 (diff) |
Add custom test command for Travis
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 31917a6..3f57f38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,5 @@ addons: before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" + +script: bundle exec rspec |