Skip to content

Commit

Permalink
ci scripts cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcoding committed Nov 27, 2018
1 parent 153ace7 commit a2ddc24
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 87 deletions.
Binary file removed .ci/deploy_key.enc
Binary file not shown.
2 changes: 1 addition & 1 deletion .ci/travis-before-install-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ if [[ "${TARANTOOL_VERSION}" != "none" ]]; then
else
sudo apt-get -qq update
fi
sudo apt-get install pandoc libssl-dev openssl
sudo apt-get -y install libssl-dev openssl
82 changes: 0 additions & 82 deletions .ci/travis-build-docs.sh

This file was deleted.

3 changes: 1 addition & 2 deletions .ci/travis-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
eval "$(pyenv init -)"
fi

pip install --upgrade pip setuptools
pip install --upgrade pip setuptools coveralls
pip install -r requirements.txt
pip install coveralls
pip install -e .
1 change: 0 additions & 1 deletion .ci/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ set -x
.ci/travis-before-install-${TRAVIS_OS_NAME}.sh || exit 1
.ci/travis-install.sh || exit 1
.ci/travis-tests.sh || exit 1
.ci/travis-build-docs.sh || exit 1
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ jobs:
- pip install -r docs/requirements.txt
- make docs
deploy:
local-dir: docs/_build/html
provider: pages
local-dir: docs/_build/html
skip-cleanup: true
github-token: $GITHUB_TOKEN
keep-history: true
Expand Down

0 comments on commit a2ddc24

Please sign in to comment.