Skip to content

Commit

Permalink
Watch only tests root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola committed Jul 18, 2015
1 parent 1a6db80 commit 2fd3764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = function(grunt) {
pkg: grunt.file.readJSON("package.json"),
watch: {
php: {
files: ["src/**/*.php", "tests/**/*.php"],
files: ["src/**/*.php", "tests/*.php"],
tasks: ["testphp"]
}
},
Expand Down

0 comments on commit 2fd3764

Please sign in to comment.