From c2f10d25535ce9dd6e448434f1bd859e24d4f77b Mon Sep 17 00:00:00 2001 From: Emiliano Ciavatta Date: Wed, 1 Apr 2020 17:03:19 +0200 Subject: Add travis scripts --- travis_tests.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 travis_tests.sh (limited to 'travis_tests.sh') diff --git a/travis_tests.sh b/travis_tests.sh new file mode 100755 index 0000000..cb4363c --- /dev/null +++ b/travis_tests.sh @@ -0,0 +1,18 @@ +#!/bin/bash + +# wait mongodb server +sleep 10 + +# run tests +go test -v + +RET_CODE=$? + +# +if [ $RET_CODE -eq 0 ]; then + echo "travis_tests_success" +else + echo "travis_tests_fails" +fi + +exit $RET_CODE -- cgit v1.2.3-70-g09d2