-
Notifications
You must be signed in to change notification settings - Fork 391
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge master into multi-issuer to pick up CI changes. (#231)
* Fix typo in readme * remove encoder and decoder tools * Update readme add link to centre.io * housekeeping * cleanup * readme cleanup remove out of date comments about openzeppelin - now installed via yarn * add cloudformation template for codebuild project (#222) * add cloudformation template for codebuild project * fix linter warnings * adjust policy name, linter fix * Initial .travis.yml file
- Loading branch information
1 parent
4d45c5a
commit 922b8de
Showing
8 changed files
with
25 additions
and
353 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
language: node_js | ||
node_js: | ||
- 8 | ||
|
||
before_install: | ||
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.9.2 | ||
- export PATH="$HOME/.yarn/bin:$PATH" | ||
|
||
|
||
install: | ||
- npm install -g truffle@4.1.13 | ||
- yarn install --frozen-lockfile | ||
|
||
script: | ||
- yarn check --integrity && truffle compile && npm test | ||
|
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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.