Skip to content

Commit

Permalink
Update travis config (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff authored Feb 15, 2020
1 parent be22ed9 commit a0e209e
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@ language: julia

os:
- linux
- windows
- osx

julia:
- 1.0
- 1.1
- 1.2
- 1.3
- 1.4
- nightly

arch:
- x86
- x64

branches:
only:
- master
Expand All @@ -19,16 +23,18 @@ branches:
notifications:
email: false

codecov: true

jobs:
include:
- stage: "Documentation"
julia: 1.1
julia: 1.3
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate(); Pkg.build()'
- julia --project=docs/ docs/make.jl
name: "HTML"
after_success: skip

after_success:
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
exclude:
- os: osx
arch: x86

0 comments on commit a0e209e

Please sign in to comment.