From 9a708d774f18c7744250050014d16223290ef232 Mon Sep 17 00:00:00 2001 From: armaniferrante Date: Sun, 29 Aug 2021 11:06:10 -0700 Subject: [PATCH] travis tmp --- .travis.yml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/.travis.yml b/.travis.yml index 669bad5a3e..75d7c1d604 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,47 +37,7 @@ _examples: &examples jobs: include: - - <<: *defaults - name: Build and test Rust - script: - - cargo build - - cargo fmt -- --check - - cargo clippy --all-targets -- -D warnings - - cargo test - - pushd ts && yarn && popd - - pushd ts && yarn test && popd - - pushd ts && yarn lint && popd - - <<: *examples - name: Runs the examples 1 - script: - - pushd client/example && ./run-test.sh && popd - - pushd examples/sysvars && anchor test && popd - - pushd examples/composite && anchor test && popd - - pushd examples/errors && anchor test && popd - - pushd examples/spl/token-proxy && anchor test && popd - - pushd examples/multisig && anchor test && popd - - pushd examples/interface && anchor test && popd - - pushd examples/lockup && anchor test && popd - - pushd examples/permissioned-markets/deps/serum-dex/dex && cargo build-bpf && cd ../../../ && anchor test && popd - <<: *examples name: Runs the examples 2 script: - - pushd examples/misc && anchor test && popd - - pushd examples/events && anchor test && popd - - pushd examples/cashiers-check && anchor test && popd - - pushd examples/typescript && yarn && anchor test && popd - - pushd examples/zero-copy && yarn && anchor test && popd - - pushd examples/chat && yarn && anchor test && popd - - pushd examples/ido-pool && yarn && anchor test && popd - - pushd examples/swap/deps/serum-dex/dex && cargo build-bpf && cd ../../../ && anchor test && popd - pushd examples/cfo && anchor run test-with-build && popd - - <<: *examples - name: Runs the examples 3 - script: - - pushd examples/escrow && yarn && anchor test && popd - - pushd examples/pyth && yarn && anchor test && popd - - pushd examples/tutorial/basic-0 && anchor test && popd - - pushd examples/tutorial/basic-1 && anchor test && popd - - pushd examples/tutorial/basic-2 && anchor test && popd - - pushd examples/tutorial/basic-3 && anchor test && popd - - pushd examples/tutorial/basic-4 && anchor test && popd