node-bunyan-lite/.travis.yml

20 lines
227 B
YAML
Raw Normal View History

2016-07-10 22:19:15 +00:00
language: node_js
os:
- linux
- osx
node_js:
- '0.10'
- '0.12'
- '4'
- '5'
- 'node'
- 'iojs'
# Gives us faster boot time, see https://docs.travis-ci.com/user/ci-environment/
sudo: false
script:
- npm test