aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Buckley-Houston2021-12-10 14:16:50 +0000
committerThomas Buckley-Houston2021-12-10 14:53:52 +0000
commite79194233442e79e515c47c01573580fdf3690b7 (patch)
treee421e1433c9e55eacb514a5f66a48a4d6df0c81f /.travis.yml
parent8d581b2df5bac897e16ae2ad78cc146292312d42 (diff)
Update tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index b74d59e..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-language: ruby
-
-rvm:
- - 2.4.1
-
-before_install:
- # The default Ubuntu vim-gtk doesn't seem to load the plugin :/
- - sudo add-apt-repository ppa:laurent-boulard/vim -y
- - sudo apt-get update -q
- - sudo apt-get install vim-gtk -y
-
-before_script:
- - "export DISPLAY=:99.0"
- - "sh -e /etc/init.d/xvfb start"
-
-script: bundle exec rspec