You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## uncomment the following lines to allow failures on nightly julia
## (tests will run but not make your overall status red)
matrix:
allow_failures:
- os: osx # travis timing out
after_success:
# push coverage results to Coveralls
- julia -e '(VERSION >= v"0.7" && using Pkg); Pkg.add("Coverage"); cd(Pkg.dir("ConceptnetNumberbatch")); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'