Browse Source

rm docker cmds again

Angus McLeod 7 years ago
parent
commit
903902f459
1 changed files with 0 additions and 16 deletions
  1. 0 16
      .travis.yml

+ 0 - 16
.travis.yml

@@ -1,20 +1,4 @@
 sudo: required
-
-services:
-  - docker
-
-before_install:
-  - plugin_name=${PWD##*/} && echo $plugin_name
-
-script:
-  - >
-    docker run
-    -e "COMMIT_HASH=origin/tests-passed"
-    -e "SKIP_CORE=1"
-    -e SINGLE_PLUGIN=$plugin_name
-    -v $(pwd):/var/www/discourse/plugins/$plugin_name
-    discourse/discourse_test:release
-
 after_success:
   - pip install virtualenv
   - virtualenv ~/env