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 ad32bcc + ac4269a commit 494cdafCopy full SHA for 494cdaf
.travis.yml
@@ -16,9 +16,9 @@ matrix:
16
notifications:
17
email: false
18
# uncomment the following lines to override the default test script
19
-script:
20
- - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
21
- - julia --project -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/tanmaykm/SyslogLogging.jl", rev="master")); Pkg.build(); Pkg.test(; coverage=true)';
+#script:
+# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
+# - julia --project -e 'using Pkg; Pkg.build(); Pkg.test(; coverage=true)';
22
after_success:
23
# push coverage results to Coveralls
24
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
0 commit comments