summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-06-03 15:29:48 -0400
committerLex Neva <github.com@lexneva.name>2018-06-03 15:29:48 -0400
commitfe0f8e83d9e7678418925c75b8d3fda732b9ee07 (patch)
tree70d185a124a93b90372554d82ca613487ed2fa1d
parent977d16d342c7b5de9764d0a44259fed8ae74191c (diff)
don't debug lint runs
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 39b11b4f..180020eb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -148,7 +148,7 @@ before_script:
- "echo LINT: $LINT BUILD: $BUILD"
script:
- |
- if [ "$DEBUG_BUILD" = "$BUILD" ]; then
+ if [ -n "$BUILD" -a "$DEBUG_BUILD" = "$BUILD" ]; then
mkdir .ssh
echo -e "${SSH_KEY}" > .ssh/id_rsa
chmod -R go-rwx .ssh