diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index faff3c0d5011d92b08a8ea4e97df5db9205a296f..0000000000000000000000000000000000000000 --- a/.travis.yml +++ /dev/null @@ -1,28 +0,0 @@ -sudo: required - -language: sh - -services: - - docker - -before_install: - - docker pull badouralix/zunit - -before_script: - - docker run -t --rm badouralix/zunit zsh --version - - docker run -t --rm badouralix/zunit --version - - ls -a - -script: - - docker run -t -v $PWD:/app:ro badouralix/zunit --fail-fast test - -after_success: - # Notify Docker Hub to make a new build - # See https://stackoverflow.com/questions/34710513/how-can-i-update-full-description-on-docker-hub-automatically - - > - [[ $TRAVIS_PULL_REQUEST == "false" && $TRAVIS_BRANCH == "master" ]] - && curl -X POST -H "Content-Type: application/json" --data '{"docker_tag_name": "latest"}' - https://registry.hub.docker.com/u/badouralix/oh-my-via/trigger/$DOCKER_HUB_TOKEN/ - -# vim: ts=2 sw=2 sts=2 - diff --git a/README.md b/README.md index e63118753d8ef44f1f16159734462552055734c5..e52ad6c90504775e2f1c43d46776fa8266fbeb42 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ VIA theme for ZSH ================= -[](https://travis-ci.org/badouralix/oh-my-via) [](http://www.wtfpl.net) This is a theme for ZSH which mainly forks the historical theme used on @@ -76,4 +75,3 @@ License ------- Unless explicitly stated to the contrary, all contents licensed under the [WTFPL](LICENSE). -