Explorar el Código

Maybe we still need docker for travis

Angus McLeod hace 7 años
padre
commit
8a0ca7abbc
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

@@ -1,5 +1,10 @@
 # We want to use the KVM-based system, so require sudo
 sudo: required
+services:
+  - docker
+
+before_install:
+  - plugin_name=${PWD##*/} && echo $plugin_name
 
 after_success:
   - pip install virtualenv