Skip to content

Commit cffec2b

Browse files
Merge pull request #57 from compbiocore/develop
Develop
2 parents 56c0824 + fb45af2 commit cffec2b

File tree

3 files changed

+33
-29
lines changed

3 files changed

+33
-29
lines changed

.travis.yml

Lines changed: 33 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,36 @@ matrix:
3030
os: linux
3131
julia: 1.1
3232
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

Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
88
Blink = "ad839575-38b3-5650-b840-f874b8c74a25"
99
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
1010
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
11-
DocumenterMarkdown = "997ab1e6-3595-5248-9280-8efb232c3433"
1211
GeneticVariation = "9bc6ac9d-e6b2-5f70-b0a8-242a01662520"
1312
ORCA = "47be7bcc-f1a6-5447-8b36-7eeeff7534fd"
1413
PlotlyJS = "f0f68f2c-4968-5e81-91da-67840de0976a"

REQUIRE

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)