From 44d5860c68c0a7fad1c4224c1cb2acec77ef3a00 Mon Sep 17 00:00:00 2001 From: Tomas Date: Sat, 6 Jun 2020 18:07:03 +0200 Subject: [PATCH] refactor(ci): disable verions matrix --- .editorconfig | 14 +++++++++++--- .travis.yml | 13 ++++++------- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/.editorconfig b/.editorconfig index b570cb1..07050c9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,12 +1,20 @@ root = true -[*] +[*.go] +charset = utf-8 indent_style = tab indent_size = 2 end_of_line = lf +trim_trailing_whitespace = true +insert_final_newline = true + +[Makefile] charset = utf-8 +indent_style = tab +indent_size = 2 +end_of_line = lf trim_trailing_whitespace = true insert_final_newline = true -[*.md] -trim_trailing_whitespace = false +[*.yml] +indent_style = space diff --git a/.travis.yml b/.travis.yml index 1605932..8849eab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,18 +4,17 @@ dist: trusty sudo: false go: - - "1.12" - "1.13" - "1.14" env: - - LIBVIPS=7.42.3 + # - LIBVIPS=7.42.3 # - LIBVIPS=8.3.3 - - LIBVIPS=8.4.6 - - LIBVIPS=8.5.8 - - LIBVIPS=8.6.2 - - LIBVIPS=8.7.4 - - LIBVIPS=8.8.4 + # - LIBVIPS=8.4.6 + # - LIBVIPS=8.5.8 + # - LIBVIPS=8.6.2 + # - LIBVIPS=8.7.4 + # - LIBVIPS=8.8.4 - LIBVIPS=8.9.2 - LIBVIPS=master