Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Initial Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Nov 7, 2015
1 parent b5cc621 commit bf9e993
Showing 1 changed file with 17 additions and 0 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.4
- 5.5
- 5.6
- 7
- hhvm

sudo: false

install:
- composer self-update


script:
- php -r 'exit(0);'

0 comments on commit bf9e993

Please sign in to comment.