diff --git a/.travis.yml b/.travis.yml index de92b28c97..ea1941494e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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