Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Add Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nesk committed Jan 30, 2018
1 parent 21fdd9e commit 48f3a04
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
@@ -0,0 +1,16 @@
language: php

php:
- 7.1
- 7.2

env:
- COMPOSER_FLAGS="--prefer-lowest"
- COMPOSER_FLAGS=""

install:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
- nvm install stable
- nvm use stable
- npm install

0 comments on commit 48f3a04

Please sign in to comment.