Skip to content

Commit

Permalink
docs as GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Apr 15, 2020
1 parent 0f106eb commit a13d70d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,3 @@ notifications:

coveralls: true
codecov: true

jobs:
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
after_success: skip

0 comments on commit a13d70d

Please sign in to comment.