Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
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.
 
 
eth-crypto/.travis.yml

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