forked from MyEtherWallet/ethereum-lists
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recompile, refactor validations, replace library, use validate script…
… in travis
- Loading branch information
1 parent
62f78d9
commit 8c0ea02
Showing
68 changed files
with
6,998 additions
and
439 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,12 @@ | ||
language: node_js | ||
node_js: '8' | ||
stages: | ||
- name: check contract format | ||
- name: check token format | ||
- name: check formatting issues | ||
|
||
jobs: | ||
fast_finish: true | ||
include: | ||
- stage: check contract format | ||
- stage: check formatting issues | ||
script: | ||
- | | ||
node checkContract.js; | ||
- stage: check token format | ||
script: | ||
- | | ||
node checkToken.js; | ||
npm run validate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.