Skip to content

Commit

Permalink
Add a debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Dec 14, 2015
1 parent c200f37 commit bdf6ea6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ addons:
packages:
- ccache
- libfreeimage3
- texlive
- texlive-latex-extra
- texlive
- texlive-latex-extra
- dvipng
- python-qt4
env:
Expand Down Expand Up @@ -53,7 +53,9 @@ before_install:
install:
- python setup.py develop

script: tools/travis_script.sh
script:
- tools/travis_script.sh
- grep -irn "R385" doc/build

after_success:
- coveralls
Expand Down

0 comments on commit bdf6ea6

Please sign in to comment.