Skip to content

Commit

Permalink
changed --enable-docs to --enable-developer-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed May 24, 2019
1 parent 167d331 commit 7e9209f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ script:
- export FFLAGS='-fsanitize=address -fno-omit-frame-pointer'
- export FCFLAGS='-fsanitize=address -fno-omit-frame-pointer'
- export DISTCHECK_CONFIGURE_FLAGS='--enable-fortran'
- ./configure --enable-fortran --enable-docs
- ./configure --enable-fortran --enable-developer-docs
- make
- make -j distcheck
- rm -rf build
Expand Down

0 comments on commit 7e9209f

Please sign in to comment.