diff --git a/.gitignore b/.gitignore index ade14b9..f337a99 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .DS_Store npm-debug.log node_modules +.travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 515b720..0000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -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 - -env: - - APM_TEST_PACKAGES="atom-space-pen-views"