authelia/scripts/travis.sh

22 lines
350 B
Bash
Raw Normal View History

#!/bin/bash
set -e
docker --version
docker-compose --version
# Generate configuration schema
grunt schema
# Run unit tests
grunt test-unit
# Build the app from Typescript and package
grunt build-dist
2017-07-14 17:05:42 +00:00
# Run integration/example tests
./scripts/integration-tests.sh
# Test npm deployment before actual deployment
./scripts/npm-deployment-test.sh