diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-08-08 20:31:15 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-08 20:31:15 +0900 |
commit | ab857658c73ad732f240ff2bfc71dc97b0b4f76d (patch) | |
tree | b6300056510b41d50ebe75831f8791b5ec70043d /.circleci | |
parent | b48c2f7804cbb43ac6cd797697292ae54313f89d (diff) | |
parent | c1d927bd38b04a961cd058af4dd65d9dd9df2f88 (diff) |
Merge pull request #450 from ueokande/fix-trim-start
Fix trim start
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 11c1f95..495fc42 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: docker: - image: circleci/node:10-stretch-browsers environment: - - FIREFOX_VERSION: "60.0.2" + - FIREFOX_VERSION: "60.0esr" working_directory: ~ steps: - restore_cache: |