* final CI changes
@ -4,7 +4,8 @@ os:
- linux
- osx
julia:
# - 0.7
- 0.7
- 1.0
- nightly
# matrix:
# allow_failures:
@ -16,7 +17,7 @@ branches:
jobs:
include:
- stage: deploy
julia: nightly
julia: 1.0
os: linux
script:
- julia docs/make.jl
@ -1,7 +1,8 @@
environment:
matrix:
# - julia_version: 0.7
- julia_version: latest
- julia_version: 0.7
- julia_version: 1.0
# - julia_version: latest
platform:
- x86 # 32-bit
@ -1,6 +1,9 @@
using Pkg
pkg"add Documenter Plots#master GR#master"
pkg"precompile"
pkg"""
add Documenter Plots#master
precompile
"""
using Documenter
using Literate
@ -53,7 +56,7 @@ deploydocs(
repo = "github.com/fredrikekre/Literate.jl.git",
target = "build",
osname = "linux",
julia = "nightly",
julia = "1.0",
deps = nothing,
make = nothing
)
After
Width: | Height: | Size: 36 KiB