Skip to content

Commit

Permalink
Use travis nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jul 16, 2018
1 parent c35143a commit cc6a76c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Expand Up @@ -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

0 comments on commit cc6a76c

Please sign in to comment.