From cc6a76cbea8b46e17193027f183a2a6a7870c6df Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Mon, 16 Jul 2018 20:45:36 +0900 Subject: [PATCH] Use travis nightly --- .travis.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 54fc82a..c0fc6a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,14 +4,12 @@ dist: trusty language: python python: - - 3.6 + - 3.5 + - 3.6 install: - # Install Neovim via Gist - # https://gist.github.com/lambdalisue/0f461f6a91743895394e63a9a1c65232 - - curl -sL https://gist.githubusercontent.com/lambdalisue/0f461f6a91743895394e63a9a1c65232/raw/install_nvim_for_ci.sh | bash - - make install + - eval "$(curl -Ss https://raw.githubusercontent.com/neovim/bot-ci/master/scripts/travis-setup.sh) nightly-x64" + - make install script: - - PATH="$HOME/neovim/bin:$PATH" make test - - make lint + - make --keep-going test lint