Browse Source

Increase the timeout for git command.

pull/494/head
Kito Cheng 7 years ago
parent
commit
41775b55a0
  1. 3
      .travis.yml

3
.travis.yml

@ -29,6 +29,7 @@ before_install:
- export MAKEFLAGS="-j3"
- export CXX=g++-6
- export CC=gcc-6
- travis_wait 60 git submodule update --init --recursive
env:
# - CARGS="--enable-linux --disable-multilib --with-arch=rv32imac --with-abi=ilp32"
# - CARGS="--enable-linux --disable-multilib --with-arch=rv32imafdc --with-abi=ilp32"
@ -49,3 +50,5 @@ script:
- travis_wait 90 scripts/wrapper/make_tail
- travis_wait 180 scripts/wrapper/make_tail check
- make report
git:
submodules: false

Loading…
Cancel
Save