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 a26323b commit 45ba4aeCopy full SHA for 45ba4ae
.travis.yml
@@ -14,6 +14,8 @@ matrix:
14
env: HOST=arm32v7-linux-gnu LIBFFI_TEST_OPTIMIZATION="-O2"
15
- os: linux
16
env: HOST=arm32v7-linux-gnu LIBFFI_TEST_OPTIMIZATION="-O2 -fomit-frame-pointer"
17
+ - os: linux
18
+ env: HOST=sparc64-linux-gnu
19
20
env: HOST=aarch64-linux-gnu
21
@@ -44,4 +46,4 @@ install:
44
46
45
47
script:
48
- if ! test x"$MEVAL" = x; then eval ${MEVAL}; fi
- - ./.travis/build.sh
49
+ - travis_wait 45 ./.travis/build.sh
0 commit comments