Skip to content

Commit

Permalink
fix(build): make sh scripts executable (#1471)
Browse files Browse the repository at this point in the history
This commit toggles the linux executable flag to make sure that shell
scripts remain executable by developers and Travis CI.
  • Loading branch information
jniles committed Apr 6, 2017
1 parent 1c5364b commit e7bb16c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 0 deletions.
Empty file modified sh/deploy.sh
100644 → 100755
Empty file.
Empty file modified sh/init-db.sh
100644 → 100755
Empty file.
Empty file modified sh/install.sh
100644 → 100755
Empty file.
Empty file modified sh/integration-tests.sh
100644 → 100755
Empty file.
Empty file modified sh/test-ends.sh
100644 → 100755
Empty file.

0 comments on commit e7bb16c

Please sign in to comment.