Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Update travis.yml to use DOCKER_USERNAME setting (#720)
Browse files Browse the repository at this point in the history
* Update travis.yml to use DOCKER_USERNAME setting

* Updated enzyme-intl jest snapshots for new changes made in react-intl
  • Loading branch information
benbcai authored Nov 8, 2021
1 parent ec8e4b7 commit 5035b4f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_install:
- npm run clean
before_script:
# Load Docker Cache
- echo "$DOCKER_PASSWORD" | docker login -u "ryanthemanuel" --password-stdin
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- docker load -i docker_images/images.tar || true
jobs:
include:
Expand Down
3 changes: 3 additions & 0 deletions packages/terra-enzyme-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Changed
* Updated enzyme-intl jest snapshots for new changes made in react-intl

## 4.3.0 - (May 25, 2021)

* Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ exports[`mountWithIntl using injectIntl should match the snapshot 1`] = `
"defaultFormats": Object {},
"defaultLocale": "en",
"defaultRichTextElements": undefined,
"fallbackOnEmptyString": true,
"formatDate": [Function],
"formatDateTimeRange": [Function],
"formatDateToParts": [Function],
Expand Down Expand Up @@ -178,6 +179,7 @@ exports[`shallowWithIntl using injectIntl should match the snapshot 1`] = `
"defaultFormats": Object {},
"defaultLocale": "en",
"defaultRichTextElements": undefined,
"fallbackOnEmptyString": true,
"formatDate": [Function],
"formatDateTimeRange": [Function],
"formatDateToParts": [Function],
Expand Down

0 comments on commit 5035b4f

Please sign in to comment.