# Documentation: http://docs.travis-ci.com/user/languages/julia/ language: julia os: - linux - osx julia: - 1.0 - 1 - nightly # env: # - JULIA_NUM_THREADS=1 # - JULIA_NUM_THREADS=4 notifications: email: false matrix: allow_failures: - julia: nightly codecov: true coveralls: true # jobs: # include: # - stage: "Documentation" # julia: 1.1 # os: linux # script: # - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); # Pkg.instantiate()' # - julia --project=docs/ docs/make.jl # after_success: skip