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

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hedii committed Jan 21, 2018
1 parent 53b1ae6 commit 68b75d5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: php

php:
- 7.2

sudo: false

before-script:
- travis_retry composer self-update
- composer create-project hedii/php-crawler --prefer-dist --no-interaction

script: vendor/bin/phpunit

0 comments on commit 68b75d5

Please sign in to comment.