Skip to content

Commit 2e027cb

Browse files
committed
added branch develop to Travis CI build
1 parent 9b61eab commit 2e027cb

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# Deactivated.
2-
# This plugin needs a robust test suite.
1+
# Build vim from source with python3 support and execute tests.
32
branches:
43
only:
5-
# - develop
6-
- dev_imp_test
4+
- develop
75
before_install:
86
- export ORIGINAL_FOLDER=$PWD
97
- sudo apt install libncurses5-dev libgnome2-dev libgnomeui-dev libgtk2.0-dev libatk1.0-dev libbonoboui2-dev libcairo2-dev libx11-dev libxpm-dev libxt-dev python-dev python3-dev lua5.1 lua5.1-dev libperl-dev git

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![](https://travis-ci.org/klen/python-mode.png?branch=develop)
1+
![](https://travis-ci.org/python-mode/python-mode.svg?branch=develop)
22

33
![](https://raw.github.com/python-mode/python-mode/develop/logo.png)
44
# Python-mode, a Python IDE for Vim

0 commit comments

Comments
 (0)