summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: c8e2aa284813e1fce1d829c9a0fca4c4a2a3dc4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
sudo: false
language: node_js
os:
  - linux
  - osx
node_js:
  - "stable"
  - "4.1"
before_install:
  - npm install svgexport -g
before_script:
  - npm run bootstrap
after_success:
  - npm run lint