Skip to content

Commit

Permalink
Don't mention CI_GROUP in docs/make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jul 25, 2018
1 parent 96d56eb commit f181471
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -46,4 +46,6 @@ after_success:
# push coverage results to Codecov
- julia --color=yes -e 'cd(Pkg.dir("Bifurcations")); using Coverage; Codecov.submit(Codecov.process_folder())'
# build documents
- julia --color=yes -e 'cd(Pkg.dir("Bifurcations")); include(joinpath("docs", "make.jl"))'
- if [ CI_GROUP = 0 ]; then
julia --color=yes -e 'cd(Pkg.dir("Bifurcations")); include(joinpath("docs", "make.jl"))';
fi
2 changes: 0 additions & 2 deletions docs/make.jl
Expand Up @@ -8,8 +8,6 @@ makedocs()
# https://docs.travis-ci.com/user/environment-variables/#Default-Environment-Variables
if get(ENV, "TRAVIS", "") != "true"
# Don't do anything outside Travis CI
elseif get(ENV, "CI_GROUP", "1") != "0"
info("Skipping deploy since CI_GROUP != 0.")
elseif startswith(get(ENV, "TRAVIS_BRANCH", ""), "pre/")
# For branches pre/*, deploy them into gh-pages.pre.
branch = ENV["TRAVIS_BRANCH"]
Expand Down

0 comments on commit f181471

Please sign in to comment.