summaryrefslogtreecommitdiffstats
path: root/runtime/pack/dist/opt/editorconfig/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/pack/dist/opt/editorconfig/.travis.yml')
-rw-r--r--runtime/pack/dist/opt/editorconfig/.travis.yml30
1 files changed, 0 insertions, 30 deletions
diff --git a/runtime/pack/dist/opt/editorconfig/.travis.yml b/runtime/pack/dist/opt/editorconfig/.travis.yml
deleted file mode 100644
index 1eaad3b34b..0000000000
--- a/runtime/pack/dist/opt/editorconfig/.travis.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-# Make sure xvfb works - https://docs.travis-ci.com/user/gui-and-headless-browsers/#using-xvfb-directly
-dist: trusty
-
-matrix:
- include:
- - name: "plugin"
- env: TEST_WHICH=plugin
- language: ruby
- rvm:
- - 2.2.4
- gemfile: tests/plugin/Gemfile
- - name: "core"
- env: TEST_WHICH=core
-
-addons:
- apt:
- packages:
- - vim-gtk
-
-before_script:
- - "export DISPLAY=:99.0"
- - "sh -e /etc/init.d/xvfb start"
-
-script:
- ./tests/travis-test.sh
-
-notifications:
- email:
- on_success: change
- on_failure: always