Skip to content

Commit 494cdaf

Browse files
authored
Merge pull request #5 from tanmaykm/tan/misc
update travis CI script
2 parents ad32bcc + ac4269a commit 494cdaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ matrix:
1616
notifications:
1717
email: false
1818
# 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)';
19+
#script:
20+
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
21+
# - julia --project -e 'using Pkg; Pkg.build(); Pkg.test(; coverage=true)';
2222
after_success:
2323
# push coverage results to Coveralls
2424
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';

0 commit comments

Comments
 (0)