Skip to content

Commit

Permalink
CI Fix (#742)
Browse files Browse the repository at this point in the history
* ci-betanet tests deleted
* test node version changed from 10 to 12
  • Loading branch information
volovyks authored Dec 8, 2021
1 parent fafcf1e commit 11f3a1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
language: node_js

node_js: 10
node_js: 12

env:
- NODE_ENV=ci
- NODE_ENV=ci-betanet
# - NODE_ENV=betanet

cache: yarn

Expand Down
6 changes: 0 additions & 6 deletions test/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ module.exports = function getConfig(env) {
nodeUrl: 'https://rpc.ci-testnet.near.org',
masterAccount: 'test.near',
};
case 'ci-betanet':
return {
networkId: 'shared-test-staging',
nodeUrl: 'https://rpc.ci-betanet.near.org',
masterAccount: 'test.near',
};
default:
throw Error(`Unconfigured environment '${env}'. Can be configured in src/config.js.`);
}
Expand Down

0 comments on commit 11f3a1c

Please sign in to comment.