authelia/scripts/travis.sh
2017-07-14 19:05:42 +02:00

19 lines
299 B
Bash
Executable File

#!/bin/bash
set -e
docker --version
docker-compose --version
# Run unit tests
grunt test
# Build the app from Typescript and package
grunt build-dist
# Run integration/example tests
./scripts/integration-tests.sh
# Test npm deployment before actual deployment
./scripts/npm-deployment-test.sh