Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ branches:
except:
- /test.*/

notifications:
irc:
channels: "chat.freenode.net#zetox"
template:
- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} || Change view: %{compare_url}"
on_success: change
skip_join: true

before_install:
- |
if [[ "$TRAVIS_OS_NAME" == "linux" ]]
Expand Down Expand Up @@ -73,11 +65,6 @@ script:
- cargo doc

after_success:
- >
test $TRAVIS_PULL_REQUEST == "false"
&& (test $TRAVIS_BRANCH == "travis"
|| test $TRAVIS_BRANCH == "master" )
&& bash ./scripts/deploy-gh-pages.sh
# measure code coverage and upload to coveralls.io
- |
if [[ "$TRAVIS_OS_NAME" == "linux" ]] && [[ "$TRAVIS_RUST_VERSION" == stable ]]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tox [![Travis Build Status](https://travis-ci.org/zetok/tox.svg?branch=master)](https://travis-ci.org/zetok/tox) [![Appveyor Build status](https://ci.appveyor.com/api/projects/status/0s9t39m8uexyva0a/branch/master?svg=true)](https://ci.appveyor.com/project/zetok/tox) [![Coverage Status](https://coveralls.io/repos/github/zetok/tox/badge.svg?branch=master)](https://coveralls.io/github/zetok/tox?branch=master)
# Tox [![Travis Build Status](https://travis-ci.org/tox-rs/tox.svg?branch=master)](https://travis-ci.org/tox-rs/tox) [![Appveyor Build status](https://ci.appveyor.com/api/projects/status/y3y2hi6552qgmfr0/branch/master?svg=true)](https://ci.appveyor.com/project/kpp/tox/branch/master) [![Coverage Status](https://coveralls.io/repos/github/tox-rs/tox/badge.svg?branch=master)](https://coveralls.io/github/tox-rs/tox?branch=master)

This library is an implementation of [toxcore][toxcore] in Rust - P2P,
distributed, encrypted, easy to use DHT-based network.
Expand Down
14 changes: 0 additions & 14 deletions scripts/deploy-gh-pages.sh

This file was deleted.