Skip to content

Instantly share code, notes, and snippets.

@MEGApixel23
Created May 12, 2017 15:56
Show Gist options
  • Select an option

  • Save MEGApixel23/abb61466feefb31b1d9af8ce9b901bce to your computer and use it in GitHub Desktop.

Select an option

Save MEGApixel23/abb61466feefb31b1d9af8ce9b901bce to your computer and use it in GitHub Desktop.

Revisions

  1. MEGApixel23 created this gist May 12, 2017.
    22 changes: 22 additions & 0 deletions .travis.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,22 @@
    language: php

    php:
    - 5.6
    - 7.0
    - 7.1

    cache:
    directories:
    - $HOME/.composer

    env:
    - LARAVEL_VERSION=5.3.*
    - LARAVEL_VERSION=5.4.*

    before_script:
    - composer self-update
    - if [ "LARAVEL_VERSION" != "" ]; then composer require "laravel/framework:${LARAVEL_VERSION}" --no-update; fi;
    - composer update

    script:
    - vendor/bin/phpunit