mirror of
https://github.com/cloudnativelabs/kube-router.git
synced 2025-10-08 00:11:07 +02:00
* package utils unit tests * add tests to travis CI * make push needs IMG_TAG in docker push command
7 lines
93 B
Bash
Executable File
7 lines
93 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -o errexit
|
|
set -o pipefail
|
|
|
|
echo "Running tests on Travis"
|
|
make test
|