diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-04-15 21:26:48 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-04-15 21:30:40 +0900 |
commit | 4ff58c5defcce67745743d36da3ab426a6523e02 (patch) | |
tree | b737e787712a6f85acb4994636b438b616a672b7 /.circleci/config.yml | |
parent | 52b13f85cab26c6149d3f266e6e3309907f81baf (diff) |
Install xsel on CircleCI
Diffstat (limited to '.circleci/config.yml')
-rw-r--r-- | .circleci/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 2d83bc3..3a2bae4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -70,6 +70,7 @@ jobs: executor: name: default steps: + - run: sudo apt-get update && sudo apt-get -y install xsel - install_firefox - checkout - setup_npm |