Skip to content

Commit

Permalink
Add initial travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
shakaran committed Sep 27, 2017
1 parent 27aab97 commit b5b8e86
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .travis.yml
@@ -0,0 +1,35 @@
language: php

php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- nightly

env: ~

install:
- rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
- composer install

before_script: ~

allow_failures:
- php: nightly

fast_finish: true

# cache vendors
cache:
directories:
- vendor
- $HOME/.composer/cache

# This triggers builds to run on the new TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false

notifications:
webhooks: ~

0 comments on commit b5b8e86

Please sign in to comment.