This commit is contained in:
Erik Johnston 2017-11-07 17:14:36 +00:00
parent 9372f6ca1d
commit 4e136dc7f6
2 changed files with 7 additions and 6 deletions

View file

@ -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:

View file

@ -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