From fbd4e1e9534cd134ef920ca4b3a923cc757f0d34 Mon Sep 17 00:00:00 2001 From: Rob Nelson Date: Mon, 31 Oct 2016 15:04:58 +0000 Subject: [PATCH] Travis calls `tests/test.sh` to prevent directory changes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2466077..79703af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ notifications: language: ruby script: - bundle exec rubocop -- cd tests && ./test.sh && cd .. +- tests/test.sh sudo: false rvm: - 2.2