Skip to content

Commit

Permalink
add 'using Pkg'
Browse files Browse the repository at this point in the history
  • Loading branch information
ahojukka5 committed May 3, 2020
1 parent 59c401d commit 13d9102
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 @@ -20,4 +20,4 @@ jobs:
- julia --project=docs/ docs/deploy.jl

after_success:
- julia -e 'Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 comments on commit 13d9102

Please sign in to comment.