From 2aa2f763d5387314116e06b8c6cfffbfa35b3de7 Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Mon, 15 Jan 2018 14:53:35 -0600 Subject: [PATCH] more travis tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 311ea342..a8310f57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ python: # install dependencies install: - pip install -r requirements.txt -script: onionr/test.sh +script: beardog108/onionr/test.sh