grunt-contrib-jasmine/.travis.yml

16 lines
247 B
YAML
Raw Normal View History

2015-02-08 21:02:58 +08:00
sudo: false
2012-11-02 13:03:09 +08:00
language: node_js
node_js:
2016-04-07 15:48:24 +08:00
- "0.10"
- "0.12"
- "4"
- "5"
- "iojs"
before_install:
- if [ "$TRAVIS_NODE_VERSION" = "0.10" ]; then npm install -g npm@2; fi
matrix:
fast_finish: true
cache:
directories:
- node_modules