Skip to content

Commit 11b0a9f

Browse files
committed
Fix Travis deploy key issue
1 parent b8a1319 commit 11b0a9f

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ script:
1515
- bash ./deploy.sh
1616
env:
1717
global:
18-
- ENCRYPTION_LABEL: "91dc7b3864c4"
18+
- ENCRYPTION_LABEL: "8ebb1ef83f64"
1919
- COMMIT_AUTHOR_EMAIL: "[email protected]"
2020
- CC: "gcc-5"
2121
- CXX: "g++-5"

deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -x # Display command line executed
23
set -e # Exit with nonzero exit code if anything fails
34

45
# Source: https://gist.github.com/domenic/ec8b0fc8ab45f39403dd

shaarli.enc

144 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)