We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5df3f commit 29289b2Copy full SHA for 29289b2
.travis.yml
@@ -21,6 +21,13 @@ before_script:
21
- sleep 5
22
after_success:
23
- 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"))'
31
after_script:
32
- killall roscore
33
- killall python
0 commit comments