Browse Source

Fix condition syntax

pull/700/head^2
Trung Lê 6 years ago committed by Anders Jenbo
parent
commit
2d10373351
  1. 2
      .travis.yml

2
.travis.yml

@ -41,4 +41,4 @@ deploy:
skip_cleanup: true
on:
tags: true
condition: "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_CPU_ARCH" == "ppc64le"
condition: $TRAVIS_OS_NAME == "linux" && $TRAVIS_CPU_ARCH == "ppc64le"

Loading…
Cancel
Save