From b74f9accd91d10a446eeb606a11c33a6ad514836 Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Fri, 8 Jul 2016 13:41:41 -0400 Subject: [PATCH] Reformat .travis.yml --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 041ffb92a3..da05cd2d40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,11 +20,11 @@ deploy: branch: master env: global: - - ENCRYPTION_LABEL="b5c2730599da" - - COMMIT_AUTHOR_EMAIL="chris@ethereum.org" - - COMMIT_AUTHOR="Travis CI" - - PUSH_REPO="git@github.com:ethereum/browser-solidity.git" - - FILES_TO_PACKAGE="assets background.js build icon.png index.html manifest.json README.md" + - ENCRYPTION_LABEL="b5c2730599da" + - COMMIT_AUTHOR_EMAIL="chris@ethereum.org" + - COMMIT_AUTHOR="Travis CI" + - PUSH_REPO="git@github.com:ethereum/browser-solidity.git" + - FILES_TO_PACKAGE="assets background.js build icon.png index.html manifest.json README.md" cache: directories: - node_modules