๐Ÿ“ฆ JohanLorenzo / moz-checklists

๐Ÿ“„ .travis.yml ยท 9 lines
1
2
3
4
5
6
7
8
9language: node_js
node_js:
  - '0.10'
  - '0.11'
before_script:
  - npm install -g bower grunt-cli
  - gem install sass
  - bower install
services: mongodb