Explorar o código

travis: fix elif syntax

Mokhtar Naamani %!s(int64=4) %!d(string=hai) anos
pai
achega
9aeaa5ab83
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 \