@@ -35,8 +35,6 @@ env:
global:
- PYTHONUNBUFFERED=True
before_install:
- - openssl aes-256-cbc -K $encrypted_b3fcf6d0737c_key -iv $encrypted_b3fcf6d0737c_iv
- -in credentials.tar.gz.enc -out credentials.tar.gz -d
- |
case "$TRAVIS_EVENT_TYPE" in
push|pull_request)
@@ -1,30 +0,0 @@
----
-engines:
- duplication:
- enabled: false
- config:
- languages:
- - ruby
- - javascript
- - python
- - php
- fixme:
- enabled: true
- pep8:
- radon:
- threshold: "C"
-ratings:
- paths:
- - "**.inc"
- - "**.js"
- - "**.jsx"
- - "**.module"
- - "**.php"
- - "**.py"
- - "**.rb"
-exclude_paths:
-- tests/**/*
-- docs/**/*