Skip to content

Commit 8591fac

Browse files
committed
fix gulp and tsd installs in travis
1 parent 5acc01c commit 8591fac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install-dependencies.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
sudo npm install gulp
4-
sudo npm install tsd
3+
npm install -g gulp
4+
npm install -g tsd
55
npm install
66
tsd install

0 commit comments

Comments
 (0)