We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ba084 commit 22ba11eCopy full SHA for 22ba11e
.travis.yml
@@ -27,7 +27,7 @@ addons:
27
28
## uncomment the following lines to override the default test script
29
script:
30
- - julia -e 'Pkg.clone(pwd()); Pkg.build("AMG"); Pkg.test("AMG"; coverage=true)'
+ - julia -e 'Pkg.clone(pwd(), "AMG"); Pkg.build("AMG"); Pkg.test("AMG"; coverage=true)'
31
after_success:
32
# push coverage results to Coveralls
33
- julia -e 'cd(Pkg.dir("AMG")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
0 commit comments