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.
2 parents ba84bb7 + 4f75b43 commit cf0f158Copy full SHA for cf0f158
.travis.yml
@@ -45,7 +45,7 @@ before_script:
45
after_success:
46
# push coverage results to Codecov
47
- julia -e 'import Pkg;
48
- cd(Pkg.dir("CalibrateEmulateSample.jl"));
+ cd(Pkg.dir("CalibrateEmulateSample"));
49
Pkg.add("Coverage");
50
using Coverage;
51
Codecov.submit(Codecov.process_folder())'
@@ -60,6 +60,6 @@ jobs:
60
- julia --color=yes --project=docs/ -e 'using Pkg;
61
Pkg.develop(PackageSpec(path=pwd()));
62
Pkg.instantiate();
63
- Pkg.build("CalibrateEmulateSample.jl")'
+ Pkg.build("CalibrateEmulateSample")'
64
- julia --color=yes --project=docs/ docs/make.jl
65
after_success: skip
0 commit comments