Skip to content

Commit

Permalink
fix ci (solana-labs#5)
Browse files Browse the repository at this point in the history
* fix ci

* nudge
  • Loading branch information
jackcmay committed May 29, 2020
1 parent 539fdfc commit 8248ccb
Show file tree
Hide file tree
Showing 6 changed files with 232 additions and 266 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install:
script:
- npm install --prefix token
- npm run build:program --prefix token
- cargo test --manifest-path=token/src/program-test/Cargo.toml
- cargo test --manifest-path=token/src/program-test/Cargo.toml -- --nocapture
- npm run test --prefix token
- npm run cluster:devnet --prefix token
- npm run start --prefix token
5 changes: 5 additions & 0 deletions token/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"flow": "flow",
"flow:watch": "watch 'flow' . --wait=1 --ignoreDirectoryPattern=/doc/",
"lint:watch": "watch 'npm run lint:fix' . --wait=1",
"bpf-sdk:update": "solana-bpf-sdk-install node_modules/@solana/web3.js && npm run clean:progam",
"bpf-sdk:update": "solana-bpf-sdk-install node_modules/@solana/web3.js && npm run clean:program",
"build:program": "./src/program/do.sh build",
"clean:program": "./src/program/do.sh clean && cargo clean --manifest-path ./src/program-test/Cargo.toml",
"test:program": "./src/program/do.sh test",
Expand Down
Loading

0 comments on commit 8248ccb

Please sign in to comment.