Bläddra i källkod

.travis.yml: fix command for escrow test

Chris Heaney 4 år sedan
förälder
incheckning
e80c7dbcb3
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -75,7 +75,7 @@ jobs:
       script:
         - pushd ts && yarn && yarn build && npm link && popd
         - pushd examples/escrow && npm link @project-serum/anchor && yarn && popd
-        - pushd examples/escrow && anchor build && sh ./create-idl-type.sh && anchor test --skip-build popd
+        - pushd examples/escrow && anchor build && sh ./create-idl-type.sh && anchor test --skip-build && popd
         - pushd examples/pyth && yarn && anchor test && popd
         - pushd examples/tutorial/basic-0 && anchor test && popd
         - pushd examples/tutorial/basic-1 && anchor test && popd