We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d945886 commit 5bdd95fCopy full SHA for 5bdd95f
.travis.yml
@@ -17,6 +17,7 @@ before_install:
17
- openssl aes-256-cbc -K $encrypted_cbd724a3f1cf_key -iv $encrypted_cbd724a3f1cf_iv -in .travis/secrets.tar.enc -out .travis/secrets.tar -d
18
- phpenv config-rm xdebug.ini
19
- composer self-update
20
+ - chmod +x bin/deploy.sh
21
22
script:
23
- echo "No test.\n"
bin/jose renamed to app/jose
box.json.dist
@@ -20,7 +20,7 @@
"git-version": "package_version",
"intercept": true,
"key": ".travis/phar-private.pem",
- "main": "bin/jose",
+ "main": "app/jose",
24
"output": "jose.phar",
25
"stub": true
26
}
0 commit comments