Skip to content

Commit 93af929

Browse files
committed
Remove travis github_pages deploy
Since it doesn't work at the moment and it takes a lot of time.
1 parent f30ce01 commit 93af929

File tree

2 files changed

+1
-51
lines changed

2 files changed

+1
-51
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ script:
2121
- cargo build --verbose
2222
- cargo test --verbose
2323

24-
after_success:
25-
- bash ci/github_pages.sh
26-
2724
before_deploy:
2825
- sh ci/before_deploy.sh
2926

@@ -40,8 +37,8 @@ deploy:
4037

4138
branches:
4239
only:
43-
- "/^v\\d+\\.\\d+\\.\\d+.*$/"
4440
- master
41+
- /^v\d+\.\d+\.\d+.*$/
4542

4643
notifications:
4744
email:

ci/github_pages.sh

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)