mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
TravisCI: remove deprecated key "sudo" and replace alias "matrix" for "jobs"
This commit is contained in:
parent
610c40333d
commit
511faf07d4
@ -1,7 +1,6 @@
|
|||||||
# Based on https://github.com/ldionne/hana/blob/master/.travis.yml
|
# Based on https://github.com/ldionne/hana/blob/master/.travis.yml
|
||||||
|
|
||||||
language: cpp
|
language: cpp
|
||||||
sudo: false
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
@ -18,7 +17,7 @@ stages:
|
|||||||
- name: Validation # run other jobs
|
- name: Validation # run other jobs
|
||||||
- name: Legacy # build with all other supported compilers
|
- name: Legacy # build with all other supported compilers
|
||||||
|
|
||||||
matrix:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user