From fdd0d89e8b49b49e81dc90af7dcffaef16ccd432 Mon Sep 17 00:00:00 2001 From: Aykut Bulut Date: Sun, 31 Jan 2016 19:47:21 -0500 Subject: [PATCH] remove test option from travis file. We do not support test yet. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 49d3518..a9fd63d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,4 +30,4 @@ before_script: - git clone https://gist.github.com/tkralphs/13d4529b4d4e8889f3a6 scripts - bash scripts/get.dependencies.sh fetch > /dev/null -script: bash scripts/get.dependencies.sh build --quiet --test +script: bash scripts/get.dependencies.sh build --quiet