mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 09:23:09 -06:00
Fixup
This commit is contained in:
parent
9372f6ca1d
commit
4e136dc7f6
10
.travis.yml
10
.travis.yml
|
|
@ -8,15 +8,19 @@ env:
|
|||
- TEST_SUITE="unit-test"
|
||||
- TEST_SUITE="integ-test"
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- env: TEST_SUITE="integ-test"
|
||||
apt:
|
||||
packages:
|
||||
- openssl
|
||||
|
||||
sudo: false
|
||||
|
||||
# Use trusty for postgres 9.5 support
|
||||
dist: trusty
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- openssl
|
||||
postgresql: "9.5"
|
||||
|
||||
services:
|
||||
|
|
|
|||
|
|
@ -23,9 +23,6 @@ if [ "${TEST_SUITE-lint}" == "lint" ]; then
|
|||
./scripts/find-lint.sh
|
||||
fi
|
||||
|
||||
echo "Double checking spelling..."
|
||||
misspell -error src *.md
|
||||
|
||||
if [ "${TEST_SUITE-unit-test}" == "unit-test" ]; then
|
||||
echo "Testing..."
|
||||
gb test
|
||||
|
|
|
|||
Loading…
Reference in a new issue