Add Coveralls lines to .travis.yml

This commit is contained in:
Smaug123
2016-01-08 20:21:54 +00:00
parent 970ce032a4
commit 98e3cb54be

View File

@@ -12,3 +12,5 @@ notifications:
#script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("ClassicalCiphers"); Pkg.test("ClassicalCiphers"; coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("MyPkg")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'