Skip to content

Commit

Permalink
update coveralls command
Browse files Browse the repository at this point in the history
  • Loading branch information
mykelk authored Aug 30, 2018
1 parent d18cb8b commit 2180303
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 @@ -14,4 +14,5 @@ before_install:
- sudo apt-get install -y texlive-pictures
- sudo apt-get install -y texlive-latex-extra
after_success:
- julia -e 'cd(Pkg.dir("TikzPictures")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia -e 'using Pkg; cd(Pkg.dir("TikzPictures")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 comments on commit 2180303

Please sign in to comment.