Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
added .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
k00ni committed May 29, 2017
1 parent 3aab64f commit 7b5adf4
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions src/Saft/Addition/hardf/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
language: php

php:
- '5.6'
- '7.0'
- '7.1'
- nightly

matrix:
fast_finish: true
include:
- php: hhvm
allow_failures:
- php: hhvm

cache:
directories:
- $HOME/.composer/cache

sudo: true

before_install:
- composer require satooshi/php-coveralls:*
- travis_retry composer install --dev --no-interaction

script: vendor/bin/phpunit --coverage-clover gen/coverage/clover.xml


after_script: php vendor/bin/coveralls -v

0 comments on commit 7b5adf4

Please sign in to comment.