We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f29a4db commit 0d0ce43Copy full SHA for 0d0ce43
.travis.yml
@@ -59,7 +59,7 @@ script:
59
60
after_success:
61
- cd $TRAVIS_BUILD_DIR
62
- - if [[ $CODE_COVERAGE == [yY]* ]]; then gcov -o lib/ src/json_module.f90 && coveralls -n -b . ; fi
+ - if [[ $CODE_COVERAGE == [yY]* ]]; then gcov -o lib/ src/json_module.F90 && coveralls -n -b . ; fi
63
- git config --global user.name "TRAVIS-CI-for-$(git --no-pager show -s --format='%cn' $TRAVIS_COMMIT)"
64
- git config --global user.email "$(git --no-pager show -s --format='%ce' $TRAVIS_COMMIT)"
65
- ./deploy.sh #handles updating documentation for master branch as well as tags
0 commit comments