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

Update grunt command on windows #170

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -53,6 +53,7 @@ After installation using the steps above, you may want to run the iotivity-node
1. Run `npm -g install grunt-cli`
0. Run `grunt test`

On windows, run all the test suite except "API Retrieve Secure Resource" by command `grunt test --suites="!API Retrieve Secure Resource"`.
The file [appveyor.yml](./appveyor.yml) provides an example of the commands necessary for setting up a Windows environment, and the file [.travis.yml](./.travis.yml) provides an example of the commands necessary for setting up the Linux and OSX environments.

### In more detail:
Expand Down