Skip to content

Commit fdbabff

Browse files
committed
infra(travis): attempt to fix server perms
1 parent 2f0631b commit fdbabff

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ cache:
88
directories:
99
- node_modules
1010

11+
before_install:
12+
- chmod +x start-server.sh
13+
1114
before_script:
1215
- npm install -g yarn
1316
- yarn install

0 commit comments

Comments
 (0)