Ver código fonte

travis: fix elif syntax

Mokhtar Naamani 4 anos atrás
pai
commit
9aeaa5ab83
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -42,7 +42,7 @@ script:
           joystream/rust-raspberry \
         build --release
       sudo chmod a+r ${TRAVIS_BUILD_DIR}/target/${TARGET}/release/joystream-node
-    else if [ "$TARGET" = "wasm-blob" ]
+    elif [ "$TARGET" = "wasm-blob" ]
     then
       docker build --tag joystream/node \
         --file ./devops/dockerfiles/node-and-runtime/Dockerfile \