Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
setgid
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Nov 9, 2019
1 parent 55c41f2 commit 3c58230
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ script:
# - if [[ ! -z "$TEST_ELECTRON" ]]; then npm run test-electron; fi
# Temporary to test prebuilds
- id
- mkdir -m 755 prebuilds
- mkdir -m 2755 prebuilds
- ls -Al .
- if [[ ! -z "$BUILD_CMD" ]]; then npm run $BUILD_CMD; fi
- if [[ ! -z "$BUILD_CMD" ]]; then file prebuilds/*/*; fi

Expand Down

0 comments on commit 3c58230

Please sign in to comment.