diff options
author | Shin'ya UEOKA <ueokande@i-beam.org> | 2018-08-07 22:35:30 +0000 |
---|---|---|
committer | Shin'ya UEOKA <ueokande@i-beam.org> | 2018-08-07 22:38:32 +0000 |
commit | c1d927bd38b04a961cd058af4dd65d9dd9df2f88 (patch) | |
tree | b6300056510b41d50ebe75831f8791b5ec70043d | |
parent | e11f2555b8e30e37f840f65e48e11b283acbc3bc (diff) |
Use Firefox ESR
-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: |