Skip to content

Commit 29289b2

Browse files
huckl3b3rry87jdlangs
authored andcommitted
updated .travis file
1 parent ce5df3f commit 29289b2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ before_script:
2121
- sleep 5
2222
after_success:
2323
- julia -e 'cd(Pkg.dir("RobotOS")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
24+
- echo $TRAVIS_JULIA_VERSION
25+
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
26+
- julia -e 'run(`lualatex -v`)'
27+
- julia -e 'Pkg.clone(pwd())'
28+
- julia -e 'Pkg.add("RobotOS.jl")'
29+
- julia -e 'Pkg.add("Documenter");'
30+
- julia -e 'cd(Pkg.dir("RobotOSDocs"));ENV["DOCUMENTER_DEBUG"]=true; include(joinpath("docs", "make.jl"))'
2431
after_script:
2532
- killall roscore
2633
- killall python

0 commit comments

Comments
 (0)