From 4ff58c5defcce67745743d36da3ab426a6523e02 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Mon, 15 Apr 2019 21:26:48 +0900 Subject: [PATCH] Install xsel on CircleCI --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) 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