Browse Source

final CI changes

pull/19/head
Fredrik Ekre 7 years ago
parent
commit
fe93530f38
  1. 3
      .travis.yml
  2. 5
      appveyor.yml
  3. 9
      docs/make.jl
  4. BIN
      docs/src/assets/logo.png

3
.travis.yml

@ -4,7 +4,8 @@ os: @@ -4,7 +4,8 @@ os:
- linux
- osx
julia:
# - 0.7
- 0.7
- 1.0
- nightly
# matrix:
# allow_failures:

5
appveyor.yml

@ -1,7 +1,8 @@ @@ -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

9
docs/make.jl

@ -1,6 +1,9 @@ @@ -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( @@ -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
)

BIN
docs/src/assets/logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Loading…
Cancel
Save