diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-05-31 23:44:10 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-05-31 23:44:10 +0200 |
commit | 298d6b6356a666bae85ad2c2ce5c8131699faa7f (patch) | |
tree | aeca77282a486b4eb111e4014a16b9eef59ef0e1 | |
parent | 62f004c3da465152e85c2e95f6b21076f2708b6b (diff) | |
download | vim-polyglot-298d6b6356a666bae85ad2c2ce5c8131699faa7f.tar.gz vim-polyglot-298d6b6356a666bae85ad2c2ce5c8131699faa7f.zip |
Fix tests
-rw-r--r-- | .gitattributes | 7 | ||||
-rw-r--r-- | .travis.yml | 2 |
2 files changed, 1 insertions, 8 deletions
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 |