Skip to content

Commit

Permalink
Merge pull request ESMCI#1448 from NCAR/ejh_check_developer_docs_in_t…
Browse files Browse the repository at this point in the history
…ravis

changed --enable-docs to --enable-developer-docs
  • Loading branch information
edhartnett authored May 24, 2019
2 parents 167d331 + 7e9209f commit cb379e9
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 cb379e9

Please sign in to comment.