Skip to content

Commit 187f96b

Browse files
authored
Remove outdated references to Travis (#39011)
1 parent c3d7338 commit 187f96b

File tree

6 files changed

+3
-16
lines changed

6 files changed

+3
-16
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,6 @@ or with the `runtests.jl` script, e.g. to run `test/bitarray.jl` and `test/math.
207207
208208
./usr/bin/julia test/runtests.jl bitarray math
209209
210-
Make sure that [Travis](https://www.travis-ci.org) greenlights the pull request with a [`Good to merge` message](https://blog.travis-ci.com/2012-09-04-pull-requests-just-got-even-more-awesome).
211-
212210
#### Modifying base more efficiently with Revise.jl
213211
214212
[Revise](https://github.com/timholy/Revise.jl) is a package that

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Code coverage:
1212
Documentation:
1313
[![version 1][docs-img]](https://docs.julialang.org)
1414

15-
[travis-img]: https://img.shields.io/travis/JuliaLang/julia/master.svg?label=Linux+/+macOS
1615
[appveyor-img]: https://img.shields.io/appveyor/ci/JuliaLang/julia/master.svg?label=Windows
1716
[coveralls-img]: https://img.shields.io/coveralls/github/JuliaLang/julia/master.svg?label=coveralls
1817
[codecov-img]: https://img.shields.io/codecov/c/github/JuliaLang/julia/master.svg?label=codecov

contrib/mac/framework/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ endif
143143
# cleanup unnecessary install outputs
144144
rm $(DESTDIR)$(datarootdir)/julia/startup.jl
145145
rm -rf $(DESTDIR)$(datarootdir)/icons $(DESTDIR)$(datarootdir)/applications $(DESTDIR)$(datarootdir)/appdata
146-
find $(DESTDIR)$(prefix)/$(framework_directory) \( -name '.DS_Store' -o -name '.gitignore' -o -name Makefile -o -name .travis.yml -o -name .codecov.yml \) -delete
146+
find $(DESTDIR)$(prefix)/$(framework_directory) \( -name '.DS_Store' -o -name '.gitignore' -o -name Makefile -o -name .codecov.yml \) -delete
147147

148148
# Include Julia's license info
149149
$(INSTALL_F) $(JULIAHOME)/LICENSE.md $(DESTDIR)$(prefix)/$(framework_resources)

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pdf: deps
5151
$(JULIA_EXECUTABLE) --color=yes $(call cygpath_w,$(SRCDIR)/make.jl) -- pdf $(DOCUMENTER_OPTIONS)
5252
@echo "Build finished."
5353

54-
# The deploy target should only be called in Travis builds
54+
# The deploy target should only be called in CI builds
5555
deploy: deps
5656
@echo "Deploying HTML documentation."
5757
$(JULIA_EXECUTABLE) --color=yes $(call cygpath_w,$(SRCDIR)/make.jl) -- deploy $(DOCUMENTER_OPTIONS)

doc/build/distributing.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -157,16 +157,6 @@ set `USE_SYSTEM_BLAS=1` and `USE_SYSTEM_LAPACK=1`, you should also set
157157
`LIBLAPACK=-l$(YOURBLAS)` and `LIBLAPACKNAME=lib$(YOURBLAS)`. Else, the
158158
reference LAPACK will be used and performance will typically be much lower.
159159

160-
Compilation scripts
161-
===================
162-
163-
The [julia-nightly-packaging](https://github.com/staticfloat/julia-nightly-packaging)
164-
repository contains multiple example scripts to ease the creation of
165-
binary packages. It also includes miscellaneous tools to do things such as
166-
fetching the last good commit that passed the
167-
[Travis](https://travis-ci.org/JuliaLang/julia/builds) tests.
168-
169-
170160
# Point releasing 101
171161

172162
Creating a point/patch release consists of several distinct steps.

test/read.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ close(s)
9999
push!(l, ("PipeEndpoint", io))
100100

101101
#FIXME See https://github.com/JuliaLang/julia/issues/14747
102-
# Reading from open(::Command) seems to deadlock on Linux/Travis
102+
# Reading from open(::Command) seems to deadlock on Linux
103103
#=
104104
if !Sys.iswindows()
105105

0 commit comments

Comments
 (0)