nconf-lite/.travis.yml

16 lines
289 B
YAML
Raw Normal View History

language: node_js
2015-07-07 20:36:21 +00:00
sudo: false
2014-11-26 06:34:28 +00:00
before_install:
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'
- npm install -g npm@latest
node_js:
2012-11-02 17:08:58 +00:00
- 0.8
- 0.10
- 0.11
2015-07-04 15:53:42 +00:00
- 0.12
2015-07-07 10:46:56 +00:00
- iojs
notifications:
email:
- travis@nodejitsu.com
irc: "irc.freenode.org#nodejitsu"