Skip to content

Commit 702c7fa

Browse files
authored
Merge pull request #279 from FourierFlows/ncc/goodbye-travis
Drops travis CI completely
2 parents 20136a7 + 08d5c04 commit 702c7fa

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

.travis.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using
44
Plots, # so that Literate.jl does not capture precompilation output
55
FourierFlows
66

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.
88
# This happens as examples will use Plots.jl to make plots and movies.
99
# See: https://github.com/jheinen/GR.jl/issues/278
1010
ENV["GKSwstype"] = "100"
@@ -34,7 +34,7 @@ end
3434
##### Build and deploy docs
3535
#####
3636

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
3838
# timing out when building demanding Literate.jl examples.
3939
Timer(t -> println(" "), 0, interval=240)
4040

0 commit comments

Comments
 (0)