diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-05-13 22:09:38 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-05-13 22:09:38 +0900 |
commit | ef726f1b5b40f42b190326b929c09817bbee5a00 (patch) | |
tree | 6a98e1161a998c99739c34ce6532ec354d27f7f4 /.circleci/config.yml | |
parent | 2801b953de8fc1059d655a689303e21de609a6c8 (diff) |
Use stable firefox
Diffstat (limited to '.circleci/config.yml')
-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 5882b7c..9559f9a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: docker: - image: circleci/node:9-stretch-browsers environment: - - FIREFOX_VERSION: "59.0b9" + - FIREFOX_VERSION: "59.0.3" working_directory: ~ steps: - restore_cache: |