bitmessage-js/.travis.yml

13 lines
152 B
YAML
Raw Normal View History

2014-12-11 17:57:42 +00:00
language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs"
2015-09-29 14:24:33 +00:00
- "4"
sudo: false
2014-12-18 20:34:45 +00:00
addons:
firefox: "34.0"
2014-12-11 17:57:42 +00:00
notifications:
email:
on_success: never