node-bunyan-lite/.travis.yml

24 lines
248 B
YAML
Raw Normal View History

2016-07-10 22:19:15 +00:00
language: node_js
os:
- linux
- osx
env:
- SKIP_DTRACE=1
2016-07-10 22:19:15 +00:00
node_js:
- '0.10'
- '0.12'
- '4'
- '5'
- '6'
2016-07-10 22:19:15 +00:00
- 'node'
2017-03-04 00:43:44 +00:00
2016-07-10 22:19:15 +00:00
# Gives us faster boot time, see https://docs.travis-ci.com/user/ci-environment/
sudo: false
script:
- npm test