Skip to content

Commit 2a8154e

Browse files
author
abergeron
authored
Merge pull request #524 from abergeron/circleci
Fix syntax on travis.
2 parents b35e272 + 24b923c commit 2a8154e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ matrix:
77

88
before_install:
99
- export PREFIX=$HOME/.local
10-
- brew update && brew install doxygen; fi
11-
- export PYTHONUSERBASE=$PREFIX; fi
10+
- brew update && brew install doxygen
11+
- export PYTHONUSERBASE=$PREFIX
1212
- pip install --user breathe sphinx==1.6.3 sphinx_rtd_theme cython numpy 'mako>=0.7' six
1313
- export PATH=$PATH:$PREFIX/bin
1414
- export CPATH=$CPATH:$PREFIX/include

0 commit comments

Comments
 (0)