diff options
Diffstat (limited to '')
-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 |