Skip to content

Commit 5bdd95f

Browse files
committed
Minor correction
1 parent d945886 commit 5bdd95f

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ before_install:
1717
- openssl aes-256-cbc -K $encrypted_cbd724a3f1cf_key -iv $encrypted_cbd724a3f1cf_iv -in .travis/secrets.tar.enc -out .travis/secrets.tar -d
1818
- phpenv config-rm xdebug.ini
1919
- composer self-update
20+
- chmod +x bin/deploy.sh
2021

2122
script:
2223
- echo "No test.\n"

bin/jose renamed to app/jose

File renamed without changes.

box.json.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"git-version": "package_version",
2121
"intercept": true,
2222
"key": ".travis/phar-private.pem",
23-
"main": "bin/jose",
23+
"main": "app/jose",
2424
"output": "jose.phar",
2525
"stub": true
2626
}

0 commit comments

Comments
 (0)