blockchainethereumsmart-contractssoliditytutorialdappweb3ethtruffleweb3jstransactionsigntransactionsignaturesign-datasignpublickeyprivatekeyethereum-identityencryptioncipher
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
339 B
17 lines
339 B
language: node_js
|
|
sudo: required
|
|
os:
|
|
- linux
|
|
node_js:
|
|
- "9.4.0"
|
|
before_install:
|
|
- export CHROME_BIN=chromium-browser
|
|
- export DISPLAY=:99.0
|
|
- sh -e /etc/init.d/xvfb start
|
|
script:
|
|
- npm install --depth 0 --silent
|
|
- npm run lint
|
|
- npm run build
|
|
- npm run test:node
|
|
- travis_retry npm run test:browser
|
|
- npm run test:size |