Page MenuHomeSealhub

No OneTemporary

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
new file mode 100644
index 0000000..81d7f51
--- /dev/null
+++ b/.github/workflows/ci.yml
@@ -0,0 +1,20 @@
+name: CI
+
+on:
+ push:
+ branches:
+ - master
+ pull_request:
+ branches:
+ - master
+
+jobs:
+ lint:
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v1
+ - name: Lint
+ run: |
+ php --version
+ find . -name "*.php" -print0 | xargs -0 -n1 php -l
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 56f4b39..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-language: php
-branches:
- only:
- - "master"
-php:
- - 5.5
- - 5.6
- - 7.0
- - 7.1
- - nightly
-script: find . -name "*.php" -exec php -l {} \; | grep -v '^No syntax errors detected'; test $? -eq 1

File Metadata

Mime Type
text/x-diff
Expires
Sat, Nov 8, 09:16 (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1034393
Default Alt Text
(829 B)

Event Timeline