diff --git a/.travis.yml b/.travis.yml index 037588f..a193639 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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