summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 4c57c802aa5bd7fbe25feceb841aea7d3af34fe6 (plain)
1
2
3
4
5
6
7
language: node_js
node_js:
  - "5.0"
before_script:
  - npm install -g coffeescript
  - npm install -g browserify
  - npm install -g uglify-js