Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Jun 10, 2016
1 parent 6ed1f1a commit 901f83d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -10,4 +10,5 @@ script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd()); Pkg.build("Anasol"); Pkg.test("Anasol"; coverage=true)';
after_success:
- julia -e 'cd(Pkg.dir("Anasol")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
- julia -e 'cd(Pkg.dir("Anasol")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
- julia -e 'cd(joinpath(Pkg.dir("Anasol"), "src")); run(`bash -c "rm -f *.cov"`)'

0 comments on commit 901f83d

Please sign in to comment.