Skip to content

Commit

Permalink
Enabling Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaposa committed Sep 4, 2015
1 parent 8426720 commit b75740c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

matrix:
allow_failures:
- php: 7
- php: hhvm

before_script:
- composer install --dev
2 changes: 0 additions & 2 deletions vendor/.gitignore

This file was deleted.

0 comments on commit b75740c

Please sign in to comment.