Clear TRAVIS_COMMIT_MESSAGE variable

This commit is contained in:
Steven Zeck 2018-03-09 23:16:05 -06:00
parent c3b5e063d1
commit db9c0aeb6b
No known key found for this signature in database
GPG Key ID: 621B374B29AA814A
1 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,9 @@ before_install:
# linux: Install Nix, Nix packages, upgrade pip, and install python packages # linux: Install Nix, Nix packages, upgrade pip, and install python packages
# osx: Update Homebrew, remove conflicting cask, brew bundle, symlink elm-format, # osx: Update Homebrew, remove conflicting cask, brew bundle, symlink elm-format,
# upgrade pip, and install python packages # upgrade pip, and install python packages
- echo $TRAVIS_COMMIT_MESSAGE
- export "TRAVIS_COMMIT_MESSAGE" = ""
- echo $TRAVIS_COMMIT_MESSAGE
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
curl https://nixos.org/nix/install | sh && curl https://nixos.org/nix/install | sh &&
. ~/.nix-profile/etc/profile.d/nix.sh && . ~/.nix-profile/etc/profile.d/nix.sh &&