Browse Source

Extend travis_wait to 30mins for the windows build

pull/1378/head
Martin Kroeker GitHub 8 years ago
parent
commit
fdaef7e04b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -67,7 +67,7 @@ jobs:
- gfortran-mingw-w64-x86-64 - gfortran-mingw-w64-x86-64
before_script: *common-before before_script: *common-before
script: script:
- travis_wait make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
- travis_wait 30 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
env: env:
- TARGET_BOX=WIN64 - TARGET_BOX=WIN64
- BTYPE="BINARY=64 HOSTCC=gcc CC=x86_64-w64-mingw32-gcc FC=x86_64-w64-mingw32-gfortran" - BTYPE="BINARY=64 HOSTCC=gcc CC=x86_64-w64-mingw32-gcc FC=x86_64-w64-mingw32-gfortran"


Loading…
Cancel
Save