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" = "windows" ]; then choco install visualstudio2017community; fi
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install visualstudio2017-workload-nativedesktop; fi
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then export PATH=$PATH:/C/Users/travis/.julia/adcme/Scripts:/C/Users/travis/.julia/adcme/Library/bin:/C/Users/travis/.julia/adcme/; fi
after_success:
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';