From d96ef74424b977d37234e22db0fc3fd11484f830 Mon Sep 17 00:00:00 2001 From: Hadrien 'dric0' Patte <dric0@larez.fr> Date: Sun, 2 Dec 2018 18:56:18 +0100 Subject: [PATCH] Feat: remove Travis configuration Signed-off-by: Hadrien 'dric0' Patte <dric0@larez.fr> --- .travis.yml | 28 ---------------------------- README.md | 2 -- 2 files changed, 30 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index faff3c0..0000000 --- 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 e631187..e52ad6c 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). - -- GitLab