travis: Reorder example

This commit is contained in:
Armani Ferrante 2021-01-22 04:07:47 -08:00
parent e8efd04412
commit 36ea5e746c
No known key found for this signature in database
GPG Key ID: D597A80BCF8E12B7
1 changed files with 1 additions and 1 deletions

View File

@ -43,11 +43,11 @@ jobs:
- <<: *examples
name: Runs the examples
script:
- pushd examples/lockup && anchor test && 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/lockup && 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