Skip to content

Commit

Permalink
Update dev-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean90 committed Mar 15, 2017
1 parent c2b4d3c commit 9b42b7b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions .travis.yml
@@ -1,14 +1,21 @@
sudo: false

language:
- php
notifications:
email:
on_success: never
on_failure: change

## Cache composer bits
cache:
directories:
- node_modules
- vendor
- $HOME/phpunit-bin
- $HOME/.composer/cache

language:
- php
- node_js

matrix:
allow_failures:
- php: hhvm
Expand Down Expand Up @@ -36,6 +43,7 @@ matrix:
env: WP_VERSION=trunk WP_MULTISITE=0

install:
- nvm install 6 && nvm use 6
- export DEV_LIB_PATH=dev-lib
- if [ ! -e "$DEV_LIB_PATH" ] && [ -L .travis.yml ]; then export DEV_LIB_PATH=$( dirname $( readlink .travis.yml ) ); fi
- if [ ! -e "$DEV_LIB_PATH" ]; then git clone https://github.com/xwp/wp-dev-lib.git $DEV_LIB_PATH; fi
Expand Down
2 changes: 1 addition & 1 deletion dev-lib

0 comments on commit 9b42b7b

Please sign in to comment.