aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-05-05 20:06:34 -0700
committerGravatar Tom Willemse2019-05-05 20:06:34 -0700
commit03e41db24adf849755f296c740003e809febd489 (patch)
treed5428e8565fa154f094d956d398f1cd606d42b5d /.gitlab-ci.yml
parent0977d80d00780494daa7b631839f674104828f11 (diff)
downloademacs-config-03e41db24adf849755f296c740003e809febd489.tar.gz
emacs-config-03e41db24adf849755f296c740003e809febd489.zip
Add test for oni-php
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 04df165..c768a9d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,6 +21,10 @@ test-oni-highlight-indent-guides:
stage: test
script: make test-oni-highlight-indent-guides
+test-oni-php:
+ stage: test
+ script: make test-oni-php DEPS="oni-flycheck oni-company oni-fci"
+
package:
stage: package
before_script: