Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
dist: noble
language: node_js
node_js:
- "24"
- '24'
before_install:
- git config --global url."https://git@".insteadOf git://
- echo -e "machine github.com\n login $CI_USER_TOKEN" > ~/.netrc
- echo "//familysearch.jfrog.io/familysearch/api/npm/fs-npm-prod-virtual/:_authToken=${NPM_PUBLISH_TOKEN}" >> ~/.npmrc
- echo "@fs:registry=https://familysearch.jfrog.io/familysearch/api/npm/fs-npm-prod-virtual/" >> ~/.npmrc
# because this is a weird monorepo and we cd into and out of directories, this is what worked for travis to publish
Expand All @@ -31,7 +29,7 @@ script:

# Building the app so freshCraTemplateUpdate.sh can publish it
- npm run build
before_deploy: "cd ${TRAVIS_BUILD_DIR}/packages/react-scripts"
before_deploy: 'cd ${TRAVIS_BUILD_DIR}/packages/react-scripts'
deploy:
- provider: script
edge: true
Expand Down