From fab57ab5d864202f4e9a7ca8112d419f8bb53127 Mon Sep 17 00:00:00 2001 From: Vicky Steeves Date: Wed, 31 May 2017 19:02:21 +0000 Subject: [PATCH] Delete .travis.yml --- .travis.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d99ce5b..0000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -language: python -python: "3.5" -# command to install dependencies -install: pip install 'Nikola[extras]' -# command to run tests -script: | - nikola build && - if [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ]; then - virtualenv -p python2.7 /tmp/venv && - . /tmp/venv/bin/activate && - pip install ghp-import && - ghp-import -n output && - git push -qf https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages >/dev/null 2>&1 - fi