Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hakkelt/FunctionOperators.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
hakkelt committed Nov 19, 2019
2 parents 1e44231 + 0f6cd23 commit be3fe0e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ jobs:
include:
- stage: "Unit test"
script:
- julia -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- julia --code-coverage test/runtests.jl
- julia -e 'using Pkg; Pkg.add("BenchmarkTools"); include("test/performance.jl")'
- julia --project=test/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- julia --project=test/ --code-coverage test/runtests.jl
- julia --project=test/ test/performance.jl
after_success:
- julia -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate();
Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
- julia --project=test/ -e 'using Pkg; cd(Pkg.dir("FunctionOperators")); using Coverage; Coveralls.submit(process_folder())'
- stage: "Documentation"
before_install:
- sudo apt-get -y install pandoc
Expand Down

0 comments on commit be3fe0e

Please sign in to comment.