Skip to content

Commit

Permalink
Merge pull request #50 from DrChainsaw/ci1.4
Browse files Browse the repository at this point in the history
Change Ci to 1.4
  • Loading branch information
DrChainsaw authored Apr 10, 2020
2 parents 969155e + e8ab9d4 commit c2127bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform:
- x86
environment:
matrix:
- julia_version: 1.3
- julia_version: 1.4
- julia_version: nightly
matrix:
fast_finish: true
Expand All @@ -18,7 +18,7 @@ branches:
notifications:
- provider: Email
on_build_success: false
on_build_failure: false
on_build_failure: true
on_build_status_changed: false
install:
- ps: iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/JuliaCI/Appveyor.jl/version-1/bin/install.ps1"))
Expand Down
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ os:
- linux
- osx
julia:
- 1.3
- 1.4
- nightly
matrix:
allow_failures:
- julia: nightly
fast_finish: true
notifications:
email: false
email:
on_success: never
after_success:
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NaiveNASflux

[![Build Status](https://travis-ci.com/DrChainsaw/NaiveNASflux.jl.svg?branch=master)](https://travis-ci.com/DrChainsaw/NaiveNASflux.jl)
[![Build Status](https://travis-ci.org/DrChainsaw/NaiveNASflux.jl.svg?branch=master)](https://travis-ci.org/DrChainsaw/NaiveNASflux.jl)
[![Build Status](https://ci.appveyor.com/api/projects/status/github/DrChainsaw/NaiveNASflux.jl?svg=true)](https://ci.appveyor.com/project/DrChainsaw/NaiveNASflux-jl)
[![Codecov](https://codecov.io/gh/DrChainsaw/NaiveNASflux.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/DrChainsaw/NaiveNASflux.jl)

Expand Down

0 comments on commit c2127bc

Please sign in to comment.