Skip to content

Commit 5cb4fb7

Browse files
authored
Merge pull request #1108 from Manishearth/setup-gh-pages
Add `deploy.sh` to `travis.toml`
2 parents 8383e56 + b7df2f8 commit 5cb4fb7

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ script:
2626
- cd clippy_lints && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy && cd ..
2727

2828
after_success:
29+
- ./.github/deploy.sh
2930
# trigger rebuild of the clippy-service, to keep it up to date with clippy itself
3031
- |
3132
#!/bin/bash
@@ -46,11 +47,3 @@ after_success:
4647
else
4748
echo "Ignored"
4849
fi
49-
- |
50-
if [ "$TRAVIS_PULL_REQUEST" == "false" ] &&
51-
[ "$TRAVIS_REPO_SLUG" == "Manishearth/rust-clippy" ] &&
52-
[ "$TRAVIS_BRANCH" == "master" ] ; then
53-
54-
python util/export.py
55-
56-
fi

0 commit comments

Comments
 (0)