Skip to content
This repository has been archived by the owner on Jan 28, 2019. It is now read-only.

Commit

Permalink
Update grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
rodica-andronache committed Sep 7, 2017
1 parent ce7541a commit 381b463
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .distignore
Expand Up @@ -9,4 +9,5 @@ phpcs.xml
node_modules
logs
package.json
npm-debug.log
npm-debug.log
bin
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -2,20 +2,21 @@ language: php

## PHP versions to test against
php:
- "7.1"
- "7.0"
- "5.6"
- "5.5"
- "5.4"
- "5.3"
- "5.2"

matrix:
include:
- php: "7.0"
before_install: chmod +x bin/wraith.sh
install: true
before_script:
env: TEST_SUITE=Wraith_Visual_Regression_Testing WRAITH_FAIL=5
script: ./bin/wraith.sh
script: ./bin/wraith.sh
sudo: false
env:
- WP_VERSION=master WP_MULTISITE=0
Expand Down Expand Up @@ -50,4 +51,4 @@ before_script:
- cd $theme_dir

script:
grunt travis
grunt travis

0 comments on commit 381b463

Please sign in to comment.