Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 947d94e

Browse files
committed
Change permissions on scripts so they can execute under travis build.
1 parent f7df99a commit 947d94e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis/create_release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22
# Change working directory to script directory
33
cd "${0%/*}"
4+
chmod +x ./build_docs.sh
5+
chmod +x ./create_release_archive.sh
46
./build_docs.sh
57
./create_release_archive.sh

0 commit comments

Comments
 (0)