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 201ce9e commit e8b727a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:

before_install:
- sudo apt-get -qq update
- sudo apt-get -qq install llvm

install:
# Pull Docker image
Expand Down Expand Up @@ -52,7 +53,7 @@ before_deploy:
- 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 breathe sphinx_rtd_theme
- 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 e8b727a

Please sign in to comment.