aboutsummaryrefslogtreecommitdiff
path: root/atom/packages/vim-surround/.travis.yml
blob: d73c8e280adfb4532038348f9a0fde5deec08550 (plain)
1
2
3
4
5
6
7
8
9
10
11
language: objective-c

notifications:
  email:
    on_success: never
    on_failure: change

script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'

git:
  depth: 10