Skip to content

Commit

Permalink
Remove outdated references to Travis (JuliaLang#39011)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Dec 28, 2020
1 parent c3d7338 commit 187f96b
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 16 deletions.
2 changes: 0 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@ or with the `runtests.jl` script, e.g. to run `test/bitarray.jl` and `test/math.
./usr/bin/julia test/runtests.jl bitarray math
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).
#### Modifying base more efficiently with Revise.jl
[Revise](https://github.com/timholy/Revise.jl) is a package that
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Code coverage:
Documentation:
[![version 1][docs-img]](https://docs.julialang.org)

[travis-img]: https://img.shields.io/travis/JuliaLang/julia/master.svg?label=Linux+/+macOS
[appveyor-img]: https://img.shields.io/appveyor/ci/JuliaLang/julia/master.svg?label=Windows
[coveralls-img]: https://img.shields.io/coveralls/github/JuliaLang/julia/master.svg?label=coveralls
[codecov-img]: https://img.shields.io/codecov/c/github/JuliaLang/julia/master.svg?label=codecov
Expand Down
2 changes: 1 addition & 1 deletion contrib/mac/framework/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ endif
# cleanup unnecessary install outputs
rm $(DESTDIR)$(datarootdir)/julia/startup.jl
rm -rf $(DESTDIR)$(datarootdir)/icons $(DESTDIR)$(datarootdir)/applications $(DESTDIR)$(datarootdir)/appdata
find $(DESTDIR)$(prefix)/$(framework_directory) \( -name '.DS_Store' -o -name '.gitignore' -o -name Makefile -o -name .travis.yml -o -name .codecov.yml \) -delete
find $(DESTDIR)$(prefix)/$(framework_directory) \( -name '.DS_Store' -o -name '.gitignore' -o -name Makefile -o -name .codecov.yml \) -delete

# Include Julia's license info
$(INSTALL_F) $(JULIAHOME)/LICENSE.md $(DESTDIR)$(prefix)/$(framework_resources)
Expand Down
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pdf: deps
$(JULIA_EXECUTABLE) --color=yes $(call cygpath_w,$(SRCDIR)/make.jl) -- pdf $(DOCUMENTER_OPTIONS)
@echo "Build finished."

# The deploy target should only be called in Travis builds
# The deploy target should only be called in CI builds
deploy: deps
@echo "Deploying HTML documentation."
$(JULIA_EXECUTABLE) --color=yes $(call cygpath_w,$(SRCDIR)/make.jl) -- deploy $(DOCUMENTER_OPTIONS)
Expand Down
10 changes: 0 additions & 10 deletions doc/build/distributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,16 +157,6 @@ set `USE_SYSTEM_BLAS=1` and `USE_SYSTEM_LAPACK=1`, you should also set
`LIBLAPACK=-l$(YOURBLAS)` and `LIBLAPACKNAME=lib$(YOURBLAS)`. Else, the
reference LAPACK will be used and performance will typically be much lower.

Compilation scripts
===================

The [julia-nightly-packaging](https://github.com/staticfloat/julia-nightly-packaging)
repository contains multiple example scripts to ease the creation of
binary packages. It also includes miscellaneous tools to do things such as
fetching the last good commit that passed the
[Travis](https://travis-ci.org/JuliaLang/julia/builds) tests.


# Point releasing 101

Creating a point/patch release consists of several distinct steps.
Expand Down
2 changes: 1 addition & 1 deletion test/read.jl
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ close(s)
push!(l, ("PipeEndpoint", io))

#FIXME See https://github.com/JuliaLang/julia/issues/14747
# Reading from open(::Command) seems to deadlock on Linux/Travis
# Reading from open(::Command) seems to deadlock on Linux
#=
if !Sys.iswindows()
Expand Down

0 comments on commit 187f96b

Please sign in to comment.