Skip to content

Commit b7df2f8

Browse files
committed
Add deploy.sh to travis.toml
1 parent 01c61a7 commit b7df2f8

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.travis.yml

+1-8
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)