Skip to content

Commit

Permalink
Fix typo in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed May 23, 2019
1 parent ee1b282 commit fa6a647
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ branches:
- master
- /release-.*/
- /v(\d+)\.(\d+)\.(\d+)/

after_success:
- julia -e 'using Pkg; cd(Pkg.dir("MimiFUND")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'

0 comments on commit fa6a647

Please sign in to comment.