Browse Source

Another attempt

Angus McLeod 7 years ago
parent
commit
24d9517324
1 changed files with 0 additions and 8 deletions
  1. 0 8
      .travis.yml

+ 0 - 8
.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