Skip to content

Commit

Permalink
Replace Travis CI with Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
adsr committed Dec 31, 2021
1 parent 2876043 commit d9ea392
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/phpspy_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: phpspy_test
on: [push, pull_request]
jobs:
phpspy_test_job:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: deps
run: |
sudo apt-get install -y php7.4-cli
echo "php_path:=/usr/bin/php7.4" | sudo tee config.mk
- name: test
run: make test
9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

0 comments on commit d9ea392

Please sign in to comment.