Try to fix RLGL_KEY nonsense (#547) * Try to fix RLGL_KEY nonsense * Hard code policy bound API key Co-authored-by: Anthony Green <green@moxielogic.com>
diff --git a/.travis/build.sh b/.travis/build.sh
index d013818..5f9a86e 100755
--- a/.travis/build.sh
+++ b/.travis/build.sh
@@ -2,6 +2,10 @@
set -x
+# This is a policy bound API key. It can only be used with
+# https://github.com/libffi/rlgl-policy.git.
+RLGL_KEY=0LIBFFI-0LIBFFI-0LIBFFI-0LIBFFI
+
if [ -z ${QEMU_CPU+x} ]; then
export SET_QEMU_CPU=
else