Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanBieler authored Aug 29, 2018
1 parent df5c95c commit a0916c2
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 @@ -29,4 +29,4 @@ matrix:
notifications:
email: false
after_success:
- julia -e 'using Pkg; cd(Pkg.dir("SimpleDirectMediaLayer")); Pkg.add("SimpleDirectMediaLayer"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia -e 'using Pkg; cd(Pkg.dir("SimpleDirectMediaLayer")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 comments on commit a0916c2

Please sign in to comment.