Skip to content

Commit 8df5b20

Browse files
committed
updated minimatch
1 parent 0ece0f2 commit 8df5b20

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.testspace.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<root>
44
<suite name="Install.prerequisites" state="1" id=".sh" description="**Install** system prerequisites ">
55
<attributes>
6-
<![CDATA[npm install -g gulp
6+
<![CDATA[npm install -g [email protected]
7+
npm install -g gulp
78
npm install]]>
89
</attributes>
910
</suite>

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ before_script:
55
# Install Testspace Runner
66
- ./testspace_install.sh
77
- export PATH="${HOME}/testspace:${PATH}"
8+
- npm install -g [email protected]
89
- npm install -g gulp
910

1011
script:

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Sample demonstrates techniques for using Testspace with Javascript code and the
1616
In order to run this sample you will need a host workstation with installed npm.
1717

1818
<pre>
19+
npm install -g [email protected]
1920
npm install -g gulp
2021
npm install
2122
gulp build

0 commit comments

Comments
 (0)