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