Skip to content

Commit 0d0ce43

Browse files
committed
Update .f90 --> .F90 in travis after success script
1 parent f29a4db commit 0d0ce43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ script:
5959

6060
after_success:
6161
- cd $TRAVIS_BUILD_DIR
62-
- if [[ $CODE_COVERAGE == [yY]* ]]; then gcov -o lib/ src/json_module.f90 && coveralls -n -b . ; fi
62+
- if [[ $CODE_COVERAGE == [yY]* ]]; then gcov -o lib/ src/json_module.F90 && coveralls -n -b . ; fi
6363
- git config --global user.name "TRAVIS-CI-for-$(git --no-pager show -s --format='%cn' $TRAVIS_COMMIT)"
6464
- git config --global user.email "$(git --no-pager show -s --format='%ce' $TRAVIS_COMMIT)"
6565
- ./deploy.sh #handles updating documentation for master branch as well as tags

0 commit comments

Comments
 (0)