Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2015-01-10 03:19:21 +0300
committerChaoyi Zha <summermontreal@gmail.com>2015-01-10 03:19:21 +0300
commita4b92438482d180da1dce16466b475a791dacb17 (patch)
tree4ed0852e4d11ff406d6659cca204dc474d215fbe /.travis.yml
parent6bfdd2b47676f6b71c064eb2069056eee3d417d6 (diff)
Clean code, add public/private interface settings
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 6521824..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-language: php
-
-# list any PHP version you want to test against
-php:
- # Polr only supports versions > 5.3
- - 5.3
- - 5.4
- - 5.5
- - 5.6
-
-# optionally specify a list of environments, for example to test different RDBMS
-env:
- - DB=mysql