nifty-wallet/.travis.yml

15 lines
198 B
YAML

language: node_js
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
node_js:
- "5.1"
- "4.2"
before_script:
- npm install -g mocha