Skip to content

Commit

Permalink
correct package name for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
gp0 committed Mar 21, 2015
1 parent 0971f69 commit 53c393b
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 @@ -3,4 +3,4 @@ julia:
- release
- nightly
after_success:
- julia -e 'cd(Pkg.dir("JuliaPDB")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia -e 'cd(Pkg.dir("BiomolecularStructures")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 comments on commit 53c393b

Please sign in to comment.