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 343d454 commit 9fc72d2Copy full SHA for 9fc72d2
.travis.yml
@@ -21,9 +21,9 @@ notifications:
21
script:
22
- export JULIA_PROJECT=""
23
- julia --project -e 'using Pkg; Pkg.build(); Pkg.test();'
24
- - julia -e 'using Pkg; Pkg.develop(PackageSpec(path="."));
+ - if [ "$TRAVIS_OS_NAME" = "linux" ]; then julia -e 'using Pkg; Pkg.develop(PackageSpec(path="."));
25
Pkg.add(PackageSpec(url="https://github.com/timholy/Revise.jl"));
26
- Pkg.test("Revise")'
+ Pkg.test("Revise")'; fi
27
28
after_success:
29
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
0 commit comments