cancel WITH_DOC and .travis.yml file (#24340)
parent
6d8dcc7407
commit
7f83ba44db
@ -1,31 +0,0 @@
|
||||
language: cpp
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.ccache
|
||||
- $HOME/.cache/pip
|
||||
- $TRAVIS_BUILD_DIR/build/third_party
|
||||
sudo: required
|
||||
dist: trusty
|
||||
services:
|
||||
- docker
|
||||
os:
|
||||
- linux
|
||||
env:
|
||||
- JOB=check_style
|
||||
addons:
|
||||
ssh_known_hosts: 13.229.163.131
|
||||
before_install:
|
||||
# For pylint dockstring checker
|
||||
- sudo pip install pylint pytest astroid isort
|
||||
- |
|
||||
function timeout() { perl -e 'alarm shift; exec @ARGV' "$@"; }
|
||||
script:
|
||||
- "travis_wait 30 sleep 1800 &"
|
||||
- |
|
||||
# 43min timeout
|
||||
paddle/scripts/paddle_docker_build.sh ${JOB}
|
||||
if [ $? -eq 0 ] || [ $? -eq 142 ]; then true; else exit 1; fi;
|
||||
notifications:
|
||||
email:
|
||||
on_success: change
|
||||
on_failure: always
|
Loading…
Reference in new issue