Skip to content

Commit 6cef52c

Browse files
committed
changing file permissions
1 parent 71c0cbb commit 6cef52c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ addons:
66
token:
77
secure: f7ee339e87b3a7125b95957b3194ff6252870eb4
88

9-
script: ./install_browsers.sh
9+
script:
10+
- chmod ugo+x install_browsers.sh
11+
- ./install_browsers.sh
1012

1113
cache:
1214
directories:

0 commit comments

Comments
 (0)