File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
Plots, # so that Literate.jl does not capture precompilation output
5
5
FourierFlows
6
6
7
- # Gotta set this environment variable when using the GR run-time on Travis CI .
7
+ # Gotta set this environment variable when using the GR run-time on CI machines .
8
8
# This happens as examples will use Plots.jl to make plots and movies.
9
9
# See: https://github.com/jheinen/GR.jl/issues/278
10
10
ENV [" GKSwstype" ] = " 100"
34
34
# #### Build and deploy docs
35
35
# ####
36
36
37
- # Set up a timer to print a space ' ' every 240 seconds. This is to avoid Travis CI
37
+ # Set up a timer to print a space ' ' every 240 seconds. This is to avoid CI
38
38
# timing out when building demanding Literate.jl examples.
39
39
Timer (t -> println (" " ), 0 , interval= 240 )
40
40
You can’t perform that action at this time.
0 commit comments