|
|
|
@ -42,7 +42,7 @@ before_install:
|
|
|
|
|
function timeout() { perl -e 'alarm shift; exec @ARGV' "$@"; }
|
|
|
|
|
script:
|
|
|
|
|
- |
|
|
|
|
|
timeout 2580 paddle/scripts/travis/${JOB}.sh -e "WITH_GOLANG=ON" # 43min timeout
|
|
|
|
|
export WITH_GOLANG=ON && timeout 2580 paddle/scripts/travis/${JOB}.sh # 43min timeout
|
|
|
|
|
RESULT=$?; if [ $RESULT -eq 0 ] || [ $RESULT -eq 142 ]; then true; else false; fi;
|
|
|
|
|
notifications:
|
|
|
|
|
email:
|
|
|
|
|