Skip to content

Commit

Permalink
Minor update.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsy committed Jun 13, 2017
1 parent e8b727a commit 5f2f0ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ before_deploy:
- export LIME_VERSION=`cat VERSION`
- git config --global user.name "Travis CI"
- git config --global user.email "travis@travis-ci.org"
- pip install --upgrade pip
- sudo apt-get -qq install doxygen python-pip python-sphinx
- pip install sphinx docutils breathe sphinx_rtd_theme
- sudo apt-get -qq install doxygen python3-pip python3-sphinx
- pip3 install --upgrade pip
- pip3 install sphinx docutils breathe sphinx_rtd_theme
- cd docs && sh ./deploy_docs.sh && cd -
- mkdir packages
- tar czvf packages/releases-v${LIME_VERSION}.tar.gz $(ls -I packages)
Expand Down

0 comments on commit 5f2f0ec

Please sign in to comment.