File tree Expand file tree Collapse file tree 3 files changed +33
-29
lines changed Expand file tree Collapse file tree 3 files changed +33
-29
lines changed Original file line number Diff line number Diff line change @@ -30,20 +30,36 @@ matrix:
30
30
os : linux
31
31
julia : 1.1
32
32
script :
33
- - julia -e 'import Pkg; Pkg.instantiate(); Pkg.add("Documenter"); include(joinpath("docs", "make.jl"))'
34
-
35
- - stage : semantic release
36
- if : branch = master AND type != pull_request
37
- language : python
38
- os : linux
39
- python : 3.6
40
- before_script : skip
41
- install :
42
- - pip install typing
43
- - pip install python-semantic-release
44
- script :
45
- - git config --global user.name "semantic-release (via TravisCI)"
46
- - git config --global user.email "semantic-release@travis"
47
- - semantic-release publish
48
- after_script : skip
49
- after_success : skip
33
+ - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
34
+ - julia --project=docs/ docs/make.jl
35
+ # - stage: semantic release
36
+ # if: branch = master AND type != pull_request
37
+ # language: python
38
+ # os: linux
39
+ # python: 3.6
40
+ # before_script: skip
41
+ # install:
42
+ # - pip install typing
43
+ # - pip install python-semantic-release
44
+ # script:
45
+ # - git config --global user.name "semantic-release (via TravisCI)"
46
+ # - git config --global user.email "semantic-release@travis"
47
+ # - semantic-release publish
48
+ # after_script: skip
49
+ # after_success: skip
50
+ #
51
+ # - stage: Pre-release
52
+ # if: branch = pre-release
53
+ # language: python
54
+ # os: linux
55
+ # python: 3.6
56
+ # before_script: skip
57
+ # install:
58
+ # - pip install typing
59
+ # - pip install python-semantic-release
60
+ # script:
61
+ # - git config --global user.name "semantic-release (via TravisCI)"
62
+ # - git config --global user.email "semantic-release@travis"
63
+ # - semantic-release version
64
+ # after_script: skip
65
+ # after_success: skip
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
8
8
Blink = " ad839575-38b3-5650-b840-f874b8c74a25"
9
9
DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
10
10
DelimitedFiles = " 8bb1440f-4735-579b-a4ab-409b98df4dab"
11
- DocumenterMarkdown = " 997ab1e6-3595-5248-9280-8efb232c3433"
12
11
GeneticVariation = " 9bc6ac9d-e6b2-5f70-b0a8-242a01662520"
13
12
ORCA = " 47be7bcc-f1a6-5447-8b36-7eeeff7534fd"
14
13
PlotlyJS = " f0f68f2c-4968-5e81-91da-67840de0976a"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments