Skip to content

Commit b162117

Browse files
committed
switch to container-based travis build
1 parent 11d22ba commit b162117

File tree

2 files changed

+1
-53
lines changed

2 files changed

+1
-53
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sudo: false
12
language: python
23
env:
34
global:
@@ -24,8 +25,6 @@ python:
2425
- pypy
2526
before_install:
2627
- if [ $CI_TARGET = tests ]; then
27-
sudo apt-get update -qq;
28-
sudo apt-get install expect -q;
2928
eval "$(curl -Ss https://raw.githubusercontent.com/neovim/bot-ci/master/scripts/travis-setup.sh) nightly-x64";
3029
pip install -q scrutinizer-ocular;
3130
else
@@ -35,7 +34,6 @@ install:
3534
- pip install .
3635
script:
3736
- if [ $CI_TARGET = tests ]; then
38-
./scripts/run-api-tests.exp "nosetests" "nvim -u NONE";
3937
NVIM_CHILD_ARGV='["nvim", "-u", "NONE", "--embed"]' nosetests;
4038
else
4139
flake8 neovim;

scripts/run-api-tests.exp

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)