Skip to content

Commit b5e1642

Browse files
committed
added travis.yml to the project
1 parent d356bf1 commit b5e1642

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: php
2+
php:
3+
- 5.5
4+
- 5.6
5+
- nightly
6+
install:
7+
- composer install
8+
script: bin/peridot specs/ && bin/behat

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Padawan.php for composer projects
22
=================================
33

4+
[![Build Status](https://travis-ci.org/mkusher/padawan.php.svg?branch=master)](https://travis-ci.org/mkusher/padawan.php)
5+
46
Smart php intelligent code completion plugin for composer projects.
57
It tries to be a [Jedi](https://github.com/davidhalter/jedi-vim),
68
but currently it's only a padawan.

0 commit comments

Comments
 (0)