diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index c66c9a7..0000000 --- a/.travis.yml +++ /dev/null @@ -1,32 +0,0 @@ -language: julia -sudo: required -os: - - linux -# - osx - -julia: - - 1.0 - - nightly - -notifications: - email: false - -jobs: - allow_failures: - - julia: nightly - # include: - # - stage: "Documentation" - # julia: 1.3 - # os: linux - # script: - # - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()' - # - julia --project=docs/ docs/make.jl - # name: "HTML" - # after_success: skip - - -# uncomment the following lines to override the default test script -script: julia -e 'using Pkg; Pkg.build(); Pkg.test(coverage=true)' - -after_success: - - julia -e 'using Pkg; import GraphIO; cd(joinpath(dirname(pathof(GraphIO)), "..")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'