mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-03 14:42:47 +00:00
Split travis into multiple jobs (#322)
The motivation for this is to make it easier to see whether a travis failure is due to linting, unit tests or integration test failures, without having to look in the logs. It also means that each job is independent, so if e.g. the linting fails then the unit tests will still be run.
This commit is contained in:
parent
bad701c703
commit
dc782ec399
4 changed files with 50 additions and 27 deletions
|
@ -19,8 +19,5 @@ go build github.com/matrix-org/dendrite/cmd/...
|
|||
|
||||
./scripts/find-lint.sh
|
||||
|
||||
echo "Double checking spelling..."
|
||||
misspell -error src *.md
|
||||
|
||||
echo "Testing..."
|
||||
gb test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue