diff options
author | Leonid <logvinov.leon@gmail.com> | 2017-05-25 01:25:24 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-25 01:25:24 +0800 |
commit | 140a160ba0627f80f998555438df1d797c75380e (patch) | |
tree | 47a03c741fb5a8eeeb224610c6982fab8f69a868 /circle.yml | |
parent | b5bd772b240e656ed95150e0d1b6bd77f754aa5c (diff) | |
parent | 945a583e895dfd9488aecdfab1bec22449bf7878 (diff) | |
download | dexon-sol-tools-140a160ba0627f80f998555438df1d797c75380e.tar dexon-sol-tools-140a160ba0627f80f998555438df1d797c75380e.tar.gz dexon-sol-tools-140a160ba0627f80f998555438df1d797c75380e.tar.bz2 dexon-sol-tools-140a160ba0627f80f998555438df1d797c75380e.tar.lz dexon-sol-tools-140a160ba0627f80f998555438df1d797c75380e.tar.xz dexon-sol-tools-140a160ba0627f80f998555438df1d797c75380e.tar.zst dexon-sol-tools-140a160ba0627f80f998555438df1d797c75380e.zip |
Merge pull request #8 from 0xProject/isSignatureValid
Add isSignatureValid method and tests for it
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml index 7a97d756c..65db7c29a 100644 --- a/circle.yml +++ b/circle.yml @@ -1,3 +1,7 @@ +machine: + node: + version: 6.1.0 + test: override: - npm run test:coverage |