From 97e5bd2423924a028d21db1121907c267359443e Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Fri, 11 Mar 2016 15:21:35 +0100
Subject: [PATCH] removed unnecessary travis file

---
 lib/plugins/authpdo/.travis.yml | 13 -------------
 1 file changed, 13 deletions(-)
 delete mode 100644 lib/plugins/authpdo/.travis.yml

diff --git a/lib/plugins/authpdo/.travis.yml b/lib/plugins/authpdo/.travis.yml
deleted file mode 100644
index 80368cad3..000000000
--- a/lib/plugins/authpdo/.travis.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-# Config file for travis-ci.org
-
-language: php
-php:
-  - "5.5"
-  - "5.4"
-  - "5.3"
-env:
-  - DOKUWIKI=master
-  - DOKUWIKI=stable
-before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
-install: sh travis.sh
-script: cd _test && phpunit --stderr --group plugin_authpdo
\ No newline at end of file
-- 
GitLab