Skip to content

Commit

Permalink
Add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
AD7six committed Nov 10, 2015
1 parent b2fe100 commit 3cf4cf7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- nightly

sudo: false

before_script:
- composer self-update
- composer install --no-interaction --dev

notifications:
email: false

0 comments on commit 3cf4cf7

Please sign in to comment.