timestring/.travis.yml

22 lines
230 B
YAML
Raw Normal View History

2014-07-18 21:53:04 +02:00
language: node_js
2015-04-30 11:30:41 +02:00
2014-07-18 21:53:04 +02:00
node_js:
2015-04-30 11:30:41 +02:00
- "0.6"
- "0.8"
2014-07-18 21:53:04 +02:00
- "0.10"
- "0.11"
2015-04-30 11:30:41 +02:00
- "0.12"
- "iojs"
- "iojs-v1.0.4"
sudo: false
cache:
directories:
- node_modules
2014-07-18 21:53:04 +02:00
before_script:
- npm install -g grunt-cli
2015-04-30 11:30:41 +02:00
2014-07-18 21:53:04 +02:00
script: grunt test