Skip to content

Commit

Permalink
install alabaster in travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Mar 2, 2016
1 parent 54ff52b commit 19037ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ addons:
- gcc-4.8
- g++-4.8
- python-sphinx
- python-pip

install:
- export CXX="g++-4.8" CC="gcc-4.8"
- pip install --user alabaster

script:
- bash util/ci-build.sh

0 comments on commit 19037ff

Please sign in to comment.