From e279a3550bccdd22da17f826ce51d67cfabfb33d Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Sat, 22 Oct 2016 08:12:36 -0500 Subject: [PATCH] chore(travis): start API tests earlier --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cd874ce06a..dd775c8f72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,9 @@ script: npm run $TEST env: matrix: - TEST="lint" + - TEST="test:api-v3" REQUIRES_SERVER=true - TEST="test:sanity" - TEST="test:content" - TEST="test:common" - TEST="test:karma" - TEST="client:unit" - - TEST="test:api-v3" REQUIRES_SERVER=true