kube-router/build/travis-test.sh
Andrew Sy Kim e27847f833 package utils unit tests and CI fixes (#261)
* package utils unit tests

* add tests to travis CI

* make push needs IMG_TAG in docker push command
2017-12-27 23:38:24 +05:30

7 lines
93 B
Bash
Executable File

#!/usr/bin/env bash
set -o errexit
set -o pipefail
echo "Running tests on Travis"
make test