Skip to content

Commit 69c58e9

Browse files
upd .travis.yml
1 parent 9cfd64d commit 69c58e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ addons:
2424

2525
# Build
2626
install:
27-
- ./control-install.sh&>install.log
27+
- chmod +x ./install.sh
28+
- ./install.sh&>install.log
2829
- source $HOME/.cargo/env
2930
# - npm install --save-dev testcafe-browser-provider-saucelabs
3031
- npm install --save-dev testcafe

0 commit comments

Comments
 (0)