mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 04:38:55 +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:
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue