bitmessage-js/.travis.yml

20 lines
255 B
YAML
Raw Normal View History

2014-12-11 18:57:42 +01:00
language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs"
2015-09-29 16:24:33 +02:00
- "4"
sudo: false
2014-12-18 21:34:45 +01:00
addons:
firefox: "34.0"
2015-09-29 16:33:04 +02:00
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
env:
- CXX=g++-4.8
2014-12-11 18:57:42 +01:00
notifications:
email:
on_success: never