Skip to content

Commit

Permalink
Fix vars
Browse files Browse the repository at this point in the history
  • Loading branch information
valendesigns committed Feb 8, 2016
1 parent 04fe561 commit 05180e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .dev-lib
@@ -0,0 +1,3 @@
CHECK_SCOPE=all
WPCS_GIT_TREE=develop
PATH_INCLUDES='*.* css inc js sass'
Empty file removed .gitter
Empty file.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -16,9 +16,6 @@ install:
- export DEV_LIB_PATH=dev-lib
- if [ ! -e "$DEV_LIB_PATH" ] && [ -L .travis.yml ]; then export DEV_LIB_PATH=$( dirname $( readlink .travis.yml ) ); fi
- source $DEV_LIB_PATH/travis.install.sh
- export CHECK_SCOPE=all
- export WPCS_GIT_TREE=develop
- export PATH_INCLUDES='*.* css inc js sass'

script:
- source $DEV_LIB_PATH/travis.script.sh
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -9,7 +9,7 @@ WordPress Theme & Plugin management for the Envato Market.
**Stable tag:** 1.0.0-beta
**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)

[![Build Status](https://travis-ci.org/envato/wp-envato-market.svg?branch=master)](https://travis-ci.org/envato/wp-envato-market) [![Coverage Status](https://coveralls.io/repos/envato/wp-envato-market/badge.svg?branch=master)](https://coveralls.io/github/envato/wp-envato-market) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com) [![devDependency Status](https://david-dm.org/envato/wp-envato-market/dev-status.svg)](https://david-dm.org/envato/wp-envato-market#info=devDependencies) [![Join the chat at https://gitter.im/envato/wp-envato-market](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/envato/wp-envato-market)
[![Build Status](https://travis-ci.org/envato/wp-envato-market.svg?branch=master)](https://travis-ci.org/envato/wp-envato-market) [![Coverage Status](https://coveralls.io/repos/envato/wp-envato-market/badge.svg?branch=master)](https://coveralls.io/github/envato/wp-envato-market) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com) [![devDependency Status](https://david-dm.org/envato/wp-envato-market/dev-status.svg)](https://david-dm.org/envato/wp-envato-market#info=devDependencies)

## Description ##

Expand Down

0 comments on commit 05180e4

Please sign in to comment.