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
- if [ $TRAVIS_OS_NAME = "linux" ]; then export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start; fi
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
script:
- julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.test("OpenStreetMap", coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("OpenStreetMap")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'