diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 462d4ac..0000000 --- a/.travis.yml +++ /dev/null @@ -1,41 +0,0 @@ -# Documentation: http://docs.travis-ci.com/user/languages/julia -language: julia -notifications: - email: false -julia: - - 1.0 - - 1.5 -os: - - linux - - osx - - windows -arch: - - x64 -cache: - directories: - - ~/.julia/artifacts -jobs: - fast_finish: true - exclude: - - arch: x86 - os: osx - include: - - stage: Documentation - julia: 1 - script: | - julia --project=docs -e ' - using Pkg - Pkg.develop(PackageSpec(path=pwd())) - Pkg.instantiate() - using Documenter: doctest - using NeuroFormats - doctest(NeuroFormats) - include("docs/make.jl")' - after_success: skip -after_success: - - | - julia -e ' - using Pkg - Pkg.add("Coverage") - using Coverage - Codecov.submit(process_folder())'