From 054eca5d79847aebd84e26bd099041464ef323ad Mon Sep 17 00:00:00 2001 From: Edvin Hultberg Date: Wed, 16 Aug 2017 19:55:25 +0200 Subject: [PATCH] Another attempt: Use same as vim-mode-plus --- .travis.yml | 31 ++----------------------------- 1 file changed, 2 insertions(+), 29 deletions(-) diff --git a/.travis.yml b/.travis.yml index e3d146b..d73c8e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,38 +1,11 @@ -### Project specific config ### -language: generic - -env: - global: - - APM_TEST_PACKAGES="vim-mode-plus" - - ATOM_LINT_WITH_BUNDLED_NODE="true" - - 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 - - chmod +x build-package.sh - - ./build-package.sh +language: objective-c notifications: email: on_success: never on_failure: change -dist: xenial +script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh' git: depth: 10 - -addons: - apt: - packages: - - build-essential - - fakeroot - - git - - libsecret-1-dev