CI: Don't build for Mint 18

GTK 3.22 is now required.
This commit is contained in:
Clement Lefebvre 2018-03-09 15:12:22 +00:00
parent 87cd264acf
commit 37338603dc
1 changed files with 0 additions and 6 deletions

View File

@ -46,11 +46,6 @@ shared: &shared
fi
jobs:
"mint18":
<<: *shared
docker:
- image: linuxmintd/mint18-amd64
"mint19":
<<: *shared
docker:
@ -65,6 +60,5 @@ workflows:
version: 2
build:
jobs:
- "mint18"
- "mint19"
- "lmde3"