From 92c77f3080fff2a8b7b10a79ba25d2892a7c9db6 Mon Sep 17 00:00:00 2001 From: Martyn Date: Fri, 20 Mar 2020 15:57:06 +0000 Subject: [PATCH] Actually run the test suite in Travis CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0b79e88..1803f15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,4 @@ rvm: script: - bundle exec rubocop + - bundle exec rake test