Skip to content

Commit

Permalink
Add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed Oct 24, 2019
1 parent f0c2464 commit a2ba6c3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 28 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: CI

on: [push]

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.2', '7.3']
steps:
- uses: actions/checkout@v1
- name: Run tests
run: |
curl -sS https://getcomposer.org/installer | php -- --filename=composer
composer install --no-interaction --prefer-source
vendor/bin/test
28 changes: 0 additions & 28 deletions .travis.yml

This file was deleted.

0 comments on commit a2ba6c3

Please sign in to comment.