We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ffda3a commit b902069Copy full SHA for b902069
.travis.yml
@@ -12,4 +12,4 @@ notifications:
12
email: false
13
after_success:
14
# push coverage results to Codecov
15
- - julia -e 'cd(Pkg.dir("Choices")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
+ - julia --inline=no -e 'cd(Pkg.dir("Choices")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
0 commit comments