From 381b4638e9fc4bd72bc2b53b914b0b6575639249 Mon Sep 17 00:00:00 2001 From: Rodica-Elena Andronache Date: Thu, 7 Sep 2017 12:30:02 +0300 Subject: [PATCH] Update grunt --- .distignore | 3 ++- .travis.yml | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.distignore b/.distignore index 5d5a953..dad045c 100644 --- a/.distignore +++ b/.distignore @@ -9,4 +9,5 @@ phpcs.xml node_modules logs package.json -npm-debug.log \ No newline at end of file +npm-debug.log +bin \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 261a2a4..866ee56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,12 +2,13 @@ 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" @@ -15,7 +16,7 @@ matrix: 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 @@ -50,4 +51,4 @@ before_script: - cd $theme_dir script: - grunt travis + grunt travis \ No newline at end of file