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 5f2f0ec commit 1227a96
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ before_deploy:
- export LIME_VERSION=`cat VERSION`
- git config --global user.name "Travis CI"
- git config --global user.email "travis@travis-ci.org"
- sudo apt-get -qq install doxygen python3-pip python3-sphinx
- pip3 install --upgrade pip
- pip3 install sphinx docutils breathe sphinx_rtd_theme
- sudo apt-get -qq install doxygen python-pip python-sphinx
- sphinx-build --version
- pip install --upgrade pip
- pip 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 1227a96

Please sign in to comment.