We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee99f12 commit 7667532Copy full SHA for 7667532
.travis.yml
@@ -1,5 +1,5 @@
1
language: c
2
-sudo: false
+os: linux
3
addons:
4
apt:
5
packages: libgmp-dev
@@ -66,4 +66,3 @@ script:
66
- if [ -n "$HOST" ]; then export USE_HOST="--host=$HOST"; fi
67
- if [ "x$HOST" = "xi686-linux-gnu" ]; then export CC="$CC -m32"; fi
68
- ./configure --enable-experimental=$EXPERIMENTAL --enable-endomorphism=$ENDOMORPHISM --with-field=$FIELD --with-bignum=$BIGNUM --with-scalar=$SCALAR --enable-ecmult-static-precomputation=$STATICPRECOMPUTATION --enable-module-ecdh=$ECDH --enable-module-recovery=$RECOVERY --enable-jni=$JNI $EXTRAFLAGS $USE_HOST && make -j2 $BUILD
69
-os: linux
0 commit comments