tbuild documentation after build success on travis - Granular.jl - Julia package for granular dynamics simulation
(HTM) git clone git://src.adamsgaard.dk/Granular.jl
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 2ed63b30080090721bc2d61fde9babad14a1f257
(DIR) parent 57ef7a52a9bc0a2da1a71c22d073b045237c9821
(HTM) Author: Anders Damsgaard <andersd@riseup.net>
Date: Mon, 11 Sep 2017 09:42:34 -0400
build documentation after build success on travis
Diffstat:
M .travis.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/.travis.yml b/.travis.yml
t@@ -23,8 +23,9 @@ matrix:
before_script:
- julia -e 'info("Preparing Python"); ENV["PYTHON"]=""; Pkg.add("PyCall"); Pkg.build("PyCall")'
-#after_success:
-# - julia -e 'Pkg.add("Documenter")'
+after_success:
+ - julia -e 'Pkg.add("Documenter")'
+ - julia -e 'cd(Pkg.dir("SeaIce")); include(joinpath("docs", "make.jl"))'
deploy:
- provider: script