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

Commit

Permalink
test completion in circle
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Fornuto committed Oct 11, 2019
1 parent 7dff567 commit 3e920f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ jobs:
build:
docker:
- image: circleci/php:5.6.32-cli-jessie
working_directory: ~/build
steps:
- checkout
- run: sudo apt install -y xdotool
- run: php installer.php
- run: terminus --version
- run: tests/completion.sh

0 comments on commit 3e920f1

Please sign in to comment.