wallet-core/node_modules/liftoff/.travis.yml

17 lines
201 B
YAML
Raw Normal View History

2016-10-10 03:43:44 +02:00
language: node_js
os:
- linux
- osx
node_js:
- "6"
- "5"
- "4"
- "0.12"
- "0.10"
before_install:
- npm update -g npm
matrix:
fast_finish: true
allow_failures:
- node_js: "0.10"