From 24d9517324670f1b5aab78c1098d085c700514a6 Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Tue, 6 Mar 2018 12:07:58 +0800 Subject: [PATCH] Another attempt --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index b2971b2a..fe10802c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,4 @@ -# We want to use the KVM-based system, so require sudo sudo: required -services: - - docker - -before_install: - - plugin_name=${PWD##*/} && echo $plugin_name - - chmod -R 777 . - after_success: - pip install virtualenv - virtualenv ~/env