Remove deprecated sudo: false
.
Per https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration and https://blog.travis-ci.com/2018-10-04-combining-linux-infrastructures, Travis CI is eliminating its container-based infrastructure and deprecating the `sudo` keyword. Also add 7.1 to build matrix.
This commit is contained in:
parent
4779de7966
commit
892c664cb5
|
@ -1,16 +1,10 @@
|
||||||
language: c
|
language: c
|
||||||
|
|
||||||
# To use Travis CI's newer container infrastructure, use the following
|
|
||||||
# line. (Also be sure RACKET_DIR is set to somewhere like ~/racket
|
|
||||||
# that doesn't require sudo.)
|
|
||||||
sudo: false
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
# Supply a global RACKET_DIR environment variable. This is where
|
# Supply a global RACKET_DIR environment variable. This is where
|
||||||
# Racket will be installed. A good idea is to use ~/racket because
|
# Racket will be installed. A good idea is to use ~/racket because
|
||||||
# that doesn't require sudo to install and is therefore compatible
|
# that doesn't require sudo to install.
|
||||||
# with Travis CI's newer container infrastructure.
|
|
||||||
- RACKET_DIR=~/racket
|
- RACKET_DIR=~/racket
|
||||||
matrix:
|
matrix:
|
||||||
# Supply at least one RACKET_VERSION environment variable. This is
|
# Supply at least one RACKET_VERSION environment variable. This is
|
||||||
|
@ -36,6 +30,7 @@ env:
|
||||||
- RACKET_VERSION=6.11
|
- RACKET_VERSION=6.11
|
||||||
- RACKET_VERSION=6.12
|
- RACKET_VERSION=6.12
|
||||||
- RACKET_VERSION=7.0
|
- RACKET_VERSION=7.0
|
||||||
|
- RACKET_VERSION=7.1
|
||||||
- RACKET_VERSION=HEAD
|
- RACKET_VERSION=HEAD
|
||||||
- RACKET_VERSION=HEADCS
|
- RACKET_VERSION=HEADCS
|
||||||
- RACKET_VERSION=RELEASE
|
- RACKET_VERSION=RELEASE
|
||||||
|
|
Loading…
Reference in New Issue
Block a user