From 598f3454f58f7425398e791267fe9d01b869c132 Mon Sep 17 00:00:00 2001 From: jazzpi Date: Thu, 25 May 2017 01:18:58 +0200 Subject: [PATCH] Use vim-mode-plus on Travis Also use Linux on Travis because there are more machines available --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3a85896..480f52f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: objective-c env: - - APM_TEST_PACKAGES="vim-mode" + - APM_TEST_PACKAGES="vim-mode-plus" notifications: email: @@ -11,3 +11,6 @@ script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package. git: depth: 10 + +os: + - linux