diff options
author | Wu Xiaotian <[email protected]> | 2019-11-10 21:24:33 +0800 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-11-11 01:18:10 +0100 |
commit | b79365a8ef1739311cc0d33f0b8be82866239e7d (patch) | |
tree | b2e78335317a78921933633117a92ad70d008380 /.travis.yml | |
parent | 08724f314a0f0c635a652e5c501800d6ccd6d811 (diff) | |
download | atril-b79365a8ef1739311cc0d33f0b8be82866239e7d.tar.bz2 atril-b79365a8ef1739311cc0d33f0b8be82866239e7d.tar.xz |
ci: remove patch for debian
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index ad7a25c7..6fe1a5c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -198,10 +198,6 @@ before_scripts: - fi build_scripts: - - if [ ${DISTRO_NAME} == "debian" ];then - - curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh - - bash ./debian.sh - - fi - ./autogen.sh - scan-build $CHECKERS ./configure - if [ $CPU_COUNT -gt 1 ]; then |