UNPKG
check-ethereum-scanner
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Safety checks for new Ethereum tokens
check-ethereum-scanner
/
Ethereum-Renounced-Contract-Scanner
/
node_modules
/
oboe
/
.travis.yml
16 lines
(15 loc)
•
208 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: node_js
node_js:
-
"9"
-
"8"
-
"7"
-
"6"
-
"5"
-
"4"
jobs:
include
: - stage: heap node_js: 9 before_install: - npm i puppeteer script: npm run test-heap