chore(travis): start API tests earlier

This commit is contained in:
Blade Barringer 2016-10-22 08:12:36 -05:00
parent 70aab3059c
commit e279a3550b

View file

@ -14,9 +14,9 @@ script: npm run $TEST
env: env:
matrix: matrix:
- TEST="lint" - TEST="lint"
- TEST="test:api-v3" REQUIRES_SERVER=true
- TEST="test:sanity" - TEST="test:sanity"
- TEST="test:content" - TEST="test:content"
- TEST="test:common" - TEST="test:common"
- TEST="test:karma" - TEST="test:karma"
- TEST="client:unit" - TEST="client:unit"
- TEST="test:api-v3" REQUIRES_SERVER=true