From b7df2f8732679683f306b751b7f60aff1d98e3a9 Mon Sep 17 00:00:00 2001 From: mcarton Date: Tue, 19 Jul 2016 21:51:51 +0200 Subject: [PATCH] Add `deploy.sh` to `travis.toml` --- .travis.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 96d7915a2e82..6c35f2a91e4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,7 @@ script: - cd clippy_lints && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy && cd .. after_success: +- ./.github/deploy.sh # trigger rebuild of the clippy-service, to keep it up to date with clippy itself - | #!/bin/bash @@ -46,11 +47,3 @@ after_success: else echo "Ignored" fi -- | - if [ "$TRAVIS_PULL_REQUEST" == "false" ] && - [ "$TRAVIS_REPO_SLUG" == "Manishearth/rust-clippy" ] && - [ "$TRAVIS_BRANCH" == "master" ] ; then - - python util/export.py - - fi