Skip to content

Commit be3fe0e

Browse files
committed
Merge branch 'master' of github.com:hakkelt/FunctionOperators.jl
2 parents 1e44231 + 0f6cd23 commit be3fe0e

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ jobs:
55
include:
66
- stage: "Unit test"
77
script:
8-
- julia -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
9-
- julia --code-coverage test/runtests.jl
10-
- julia -e 'using Pkg; Pkg.add("BenchmarkTools"); include("test/performance.jl")'
8+
- julia --project=test/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
9+
- julia --project=test/ --code-coverage test/runtests.jl
10+
- julia --project=test/ test/performance.jl
1111
after_success:
12-
- julia -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate();
13-
Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
12+
- julia --project=test/ -e 'using Pkg; cd(Pkg.dir("FunctionOperators")); using Coverage; Coveralls.submit(process_folder())'
1413
- stage: "Documentation"
1514
before_install:
1615
- sudo apt-get -y install pandoc

0 commit comments

Comments
 (0)