Fix export message
This commit is contained in:
parent
db9c0aeb6b
commit
c04a322769
|
@ -61,7 +61,7 @@ before_install:
|
||||||
# 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
|
- echo $TRAVIS_COMMIT_MESSAGE
|
||||||
- export "TRAVIS_COMMIT_MESSAGE" = ""
|
- export TRAVIS_COMMIT_MESSAGE=""
|
||||||
- echo $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 &&
|
||||||
|
|
Loading…
Reference in New Issue