summaryrefslogtreecommitdiffstats
path: root/node_modules/sift/.travis.yml
blob: 28c8002bbd4c11b07f3ea66bfa77c7b04e7dcf72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: node_js
node_js:
  - 0.10

script: npm run test-coveralls

notifications:
  email: 
    - craig.j.condon@gmail.com

branches:
  only:
    - master