mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
chore(travis): start API tests earlier
This commit is contained in:
parent
70aab3059c
commit
e279a3550b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue