1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

remove typo

This commit is contained in:
Stefan Lankes 2017-01-18 16:23:54 +01:00
parent cd10edcd0a
commit 093aed7ae7

View file

@ -6,7 +6,7 @@
FILES="usr/tests/hello usr/tests/hellof usr/tests/hello++ usr/tests/thr_hello usr/tests/pi usr/benchmarks/stream usr/benchmarks/basic"
PROXY=/opt/hermit/bin/proxy
if [ $TRAVIS_BRANCH = "prodcution" ]
if [ $TRAVIS_BRANCH == "prodcution" ]
then
echo "No tests on production branch"
else