Fix export message

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

View File

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