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 f03a4d8 commit 98c80e9Copy full SHA for 98c80e9
.travis.yml
@@ -20,6 +20,9 @@ notifications:
20
script:
21
- export JULIA_PROJECT=""
22
- julia --project -e 'using Pkg; Pkg.build(); Pkg.test();'
23
+ - julia -e 'using Pkg; Pkg.develop(PackageSpec(path="."));
24
+ Pkg.add(PackageSpec(url="https://github.com/timholy/Revise.jl"));
25
+ Pkg.test("Revise")'
26
27
after_success:
28
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
0 commit comments