We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d356bf1 commit b5e1642Copy full SHA for b5e1642
2 files changed
.travis.yml
@@ -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
@@ -1,6 +1,8 @@
Padawan.php for composer projects
=================================
+[](https://travis-ci.org/mkusher/padawan.php)
+
Smart php intelligent code completion plugin for composer projects.
It tries to be a [Jedi](https://github.com/davidhalter/jedi-vim),
but currently it's only a padawan.
0 commit comments