We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a1319 commit 11b0a9fCopy full SHA for 11b0a9f
.travis.yml
@@ -15,7 +15,7 @@ script:
15
- bash ./deploy.sh
16
env:
17
global:
18
- - ENCRYPTION_LABEL: "91dc7b3864c4"
+ - ENCRYPTION_LABEL: "8ebb1ef83f64"
19
- COMMIT_AUTHOR_EMAIL: "[email protected]"
20
- CC: "gcc-5"
21
- CXX: "g++-5"
deploy.sh
@@ -1,4 +1,5 @@
1
#!/bin/bash
2
+set -x # Display command line executed
3
set -e # Exit with nonzero exit code if anything fails
4
5
# Source: https://gist.github.com/domenic/ec8b0fc8ab45f39403dd
shaarli.enc
144 Bytes
0 commit comments