๐Ÿ“ฆ FredKSchott / fflip-express

๐Ÿ“„ .travis.yml ยท 8 lines
1
2
3
4
5
6
7
8language: node_js
node_js:
  - "node"
  - "4"
  - "0.12"
  - "0.10"
before_script:
  - npm install -g grunt-cli