Skip to content

Commit

Permalink
Tweak test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hshn committed Dec 5, 2015
1 parent 6a01ee2 commit 9332952
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ before_script:
- npm install
- composer install --dev --prefer-source

script: gulp test
script: npm test
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"gulp": "^3.8.10",
"gulp-phpunit": "^0.7.0",
"gulp-watch": "^3.0.0"
},
"scripts": {
"test": "gulp test"
}
}

0 comments on commit 9332952

Please sign in to comment.