Skip to content

Commit

Permalink
Add missing import in configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
laschuet committed Jan 31, 2019
1 parent cbe21aa commit 5e70c6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ branches:
#codecov: true
#coveralls: true
after_success:
- julia -e 'cd(Pkg.dir("ParticipationData"));
- julia -e 'using Pkg;
cd(Pkg.dir("ParticipationData"));
Pkg.add("Coverage");
using Coverage;
Codecov.submit(process_folder());
Expand Down

0 comments on commit 5e70c6e

Please sign in to comment.