Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
Adding travis ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrehaut committed Aug 20, 2017
1 parent 174eded commit 75ade76
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Travis CI configuration file.
# @link https://travis-ci.org/

# Declare project language and PHP versions to test against.
# @link http://about.travis-ci.org/docs/user/languages/php/
language: php

# Declare versions of PHP to use. Use one decimal max.
php:
- "7.0"
- "5.6"
- "5.5"
- "5.4"

0 comments on commit 75ade76

Please sign in to comment.