diff --git a/.travis.yml b/.travis.yml index 6f616e6..e8b8a88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,26 +1,18 @@ language: julia -dist: trusty os: - linux - osx - windows - julia: - 1.0 - 1.2 - 1.3 - + - 1.4 branches: only: - master - -matrix: - allow_failures: - - julia: 1.4 - notifications: email: false - git: depth: 99999999 @@ -31,6 +23,8 @@ after_success: - julia -e 'using Pkg; cd(Pkg.dir("ReplicateBE")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())' jobs: + allow_failures: + - julia: 1.4 include: - stage: "Documentation" julia: 1.0 diff --git a/src/rbe.jl b/src/rbe.jl index 2c8a385..6766b33 100644 --- a/src/rbe.jl +++ b/src/rbe.jl @@ -325,8 +325,6 @@ function rbe!(df; dvar::Symbol, rholink = rholink, singlim = singlim) end -function fit!(rbe::RBE) - function fit!(rbe::RBE) end