Skip to content

Commit 45ba4ae

Browse files
committed
Add sparc64-linux-gnu testing back
1 parent a26323b commit 45ba4ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ matrix:
1414
env: HOST=arm32v7-linux-gnu LIBFFI_TEST_OPTIMIZATION="-O2"
1515
- os: linux
1616
env: HOST=arm32v7-linux-gnu LIBFFI_TEST_OPTIMIZATION="-O2 -fomit-frame-pointer"
17+
- os: linux
18+
env: HOST=sparc64-linux-gnu
1719
- os: linux
1820
env: HOST=aarch64-linux-gnu
1921
- os: linux
@@ -44,4 +46,4 @@ install:
4446

4547
script:
4648
- if ! test x"$MEVAL" = x; then eval ${MEVAL}; fi
47-
- ./.travis/build.sh
49+
- travis_wait 45 ./.travis/build.sh

0 commit comments

Comments
 (0)