Removed env traces and change the secure token as it was exposed.

This commit is contained in:
xawotihs
2013-12-09 22:39:25 +01:00
parent 7528329a58
commit 739a5d9e2b
2 changed files with 2 additions and 2 deletions
+2 -1
View File
@@ -19,6 +19,7 @@ install:
script: ./travis-script.sh script: ./travis-script.sh
env: env:
global: global:
secure: YocijVYZa1oDPviFubPIpmBmXyw0gQ7D0YA6tC01wExXvY+8tGUh1HQ5uXn8LotRZ+Ob5HLHDaCzkKWF8+57ILSMeHrnf6tcRyyeO7wjNY9P7WvSZyCjvqnWzsUN9tiMmsEzhTz2MaUgsY6ocB/4nbWZwfQvL7z+s7z41R4J1I4= secure: "fJgWlCFbde96OSQNGKUmowGX+ERPeqP+n1EOMf1+FJzOU4DdkTLRAlV5+5qnEX9jB/3mWN6iPpmG1qEz/SdDG3KHxJYs4ZU/Lu485O24zZ/+GdYBNsrvhPD9ckPGEMLDa1foEVTDnW0Dlkz3BCFcszjhtXGUJv7v6Pj6LRk1Mg8="
script: "./travis-script.sh" script: "./travis-script.sh"
after_success: ./upload-binaries.sh after_success: ./upload-binaries.sh
-1
View File
@@ -4,7 +4,6 @@
echo PSPDEV = $PSPDEV echo PSPDEV = $PSPDEV
echo psp-config = `psp-config --psp-prefix` echo psp-config = `psp-config --psp-prefix`
echo ls = `ls` echo ls = `ls`
echo env = `env`
echo pwd = `pwd` echo pwd = `pwd`
# updating versions with the TRAVIS build numbers # updating versions with the TRAVIS build numbers