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:35:04 +01:00
parent 093aed7ae7
commit 4ffd440711

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 == "production" ]
then
echo "No tests on production branch"
else