Skip to content

Commit 497cbd1

Browse files
committed
fix travis-install.sh permission issue
1 parent 4ab4879 commit 497cbd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

travis-install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
2+
set -e
3+
set -o pipefail
24

35
# install 'libuv'
46
git clone --recursive --depth=1:w https://github.com/joyent/libuv.git

0 commit comments

Comments
 (0)