From 298d6b6356a666bae85ad2c2ce5c8131699faa7f Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 31 May 2020 23:44:10 +0200 Subject: Fix tests --- .gitattributes | 7 ------- .travis.yml | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index a04df1fa..00000000 --- a/.gitattributes +++ /dev/null @@ -1,7 +0,0 @@ -.gitignore export-ignore -.gitattributes export-ignore -README.md export-ignore -/spec export-ignore -Gemfile export-ignore -Gemfile.lock export-ignore -.travis.yml export-ignore diff --git a/.travis.yml b/.travis.yml index 3d0494ef..9a930955 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,4 @@ addons: apt: packages: - vim-gtk -script: xvfb-run ./test +script: ./test -- cgit v1.2.3