1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-28 07:23:37 +02:00

Trigger build when run within travis

This commit is contained in:
Guillaume Chatelet 2018-02-15 13:57:06 +01:00
parent 245c812f10
commit 59cb104692

View File

@ -146,3 +146,7 @@ function expand_environment_and_integrate() {
exit 1 exit 1
esac esac
} }
if [ "${CONTINUOUS_INTEGRATION}" = "true" ]; then
expand_environment_and_integrate
fi