Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hakkelt authored Nov 18, 2019
1 parent 0bed7b4 commit 0f6cd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- julia --project=test/ --code-coverage test/runtests.jl
- julia --project=test/ test/performance.jl
after_success:
- julia --project=test/ -e 'cd(Pkg.dir("FunctionOperators")); 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 0f6cd23

Please sign in to comment.