summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2021-06-15 08:50:20 -0400
committerGitHub <noreply@github.com>2021-06-15 08:50:20 -0400
commitf56eb85227bbcc7bd81232a338655146385a77ca (patch)
treece074f4d16fc57aebeba89bf5cd874ef02bc9bbf /.travis.yml
parentff059dd96af6ba4daf7bc9ddf22d1d2dbf6a177b (diff)
downloadlibffi-f56eb85227bbcc7bd81232a338655146385a77ca.tar.gz
Don't stop test on copy failure (#636)
* Don't stop test on copy failure Static-library tests were failing only because there were no DLLs to copy. This change makes a copy failure not stop the build; if a failed copy would otherwise be relevent, the later tests would fail anyway. While there are more clever ways to solve this, a brute force fix is sufficient. * [TEST] Try cygwin64; install more packages explicitly * use correct cygwin64 directory name appveyor has cygwin64 pre-installed in /cygwin64, and 32-bit cygwin in /cygwin * More testing - revert VS change, bump travis timeout * Add -g to update the rest of perl * Skip execution tests on non-native platforms Special site.exp that skips the unix_load() command for arm platforms. Unset TERM to avoid cruft in stdout Try harder to find the libffi libraries
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8db2ddf..a18919c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -75,7 +75,7 @@ before_install:
- if test x"$MEVAL" != x; then eval ${MEVAL}; fi
install:
- - travis_wait 30 ./.travis/install.sh
+ - travis_wait 60 ./.travis/install.sh
script:
- if ! test x"$MEVAL" = x; then eval ${MEVAL}; fi