### Project specific config ### language: objective-c env: global: - APM_TEST_PACKAGES="vim-mode-plus" - ATOM_LINT_WITH_BUNDLED_NODE="false" matrix: - ATOM_CHANNEL=stable - ATOM_CHANNEL=beta os: - linux ### Generic setup follows ### script: 'curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh' notifications: email: on_success: never on_failure: change git: depth: 10 addons: apt: packages: - build-essential - fakeroot - git - libsecret-1-dev