bitmessage-js/.travis.yml

12 lines
144 B
YAML
Raw Normal View History

2014-12-11 17:57:42 +00:00
language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs"
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