travis: Upgrade to solana cli 1.5.5
This commit is contained in:
parent
6648f185ec
commit
10e0afab4f
|
@ -20,7 +20,7 @@ _examples: &examples
|
||||||
- npm install -g @project-serum/common
|
- npm install -g @project-serum/common
|
||||||
- npm install -g @solana/spl-token
|
- npm install -g @solana/spl-token
|
||||||
- sudo apt-get install -y pkg-config build-essential libudev-dev
|
- sudo apt-get install -y pkg-config build-essential libudev-dev
|
||||||
- sh -c "$(curl -sSfL https://release.solana.com/v1.5.0/install)"
|
- sh -c "$(curl -sSfL https://release.solana.com/v1.5.5/install)"
|
||||||
- export PATH="/home/travis/.local/share/solana/install/active_release/bin:$PATH"
|
- export PATH="/home/travis/.local/share/solana/install/active_release/bin:$PATH"
|
||||||
- export NODE_PATH="/home/travis/.nvm/versions/node/v$NODE_VERSION/lib/node_modules/:$NODE_PATH"
|
- export NODE_PATH="/home/travis/.nvm/versions/node/v$NODE_VERSION/lib/node_modules/:$NODE_PATH"
|
||||||
- yes | solana-keygen new
|
- yes | solana-keygen new
|
||||||
|
|
Loading…
Reference in New Issue