Skip to content

Commit d3453a6

Browse files
committed
Install deps in docker
1 parent caf76e7 commit d3453a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ script:
3131
-v ~/.cache/electron:/root/.cache/electron \
3232
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
3333
electronuserland/builder \
34-
/bin/bash -c "npm run release:linux"
34+
/bin/bash -c "npm install && npm run release:linux"
3535
else
3636
npm run release:mac
3737
fi

0 commit comments

Comments
 (0)