Skip to content

Commit

Permalink
Merge pull request #2 from tanmaykm/tan/misc
Browse files Browse the repository at this point in the history
revert to default CI scripts
  • Loading branch information
tanmaykm authored Apr 21, 2020
2 parents 988296e + c619703 commit eaae741
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ matrix:
notifications:
email: false

script: # the default script is equivalent to the following
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --project -e 'using Pkg; Pkg.add([PackageSpec(url="https://github.com/tanmaykm/LogCompose.jl", rev="v0.2.0"),PackageSpec(url="https://github.com/tanmaykm/SyslogLogging.jl.git", rev="v0.1.1")]); Pkg.build(); Pkg.test(; coverage=true)';
#script: # the default script is equivalent to the following
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia --project -e 'using Pkg; Pkg.build(); Pkg.test(; coverage=true)';

after_success:
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
Expand Down

0 comments on commit eaae741

Please sign in to comment.