Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mingd1023 authored Jul 2, 2021
1 parent 1918d5a commit 84bd24c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ services:
- docker

before_install:
- echo "REACT_APP_API_BASE_URL=$REACT_APP_TEST_API_BASE_URL" > .env.production
- echo "REACT_APP_FILE_URL=$REACT_APP_TEST_FILE_URL" >> .env.production
- echo "REACT_APP_MAX_FILE_SIZE=$REACT_APP_MAX_FILE_SIZE" >> .env.production
- echo "REACT_APP_API_BASE_URL=$TEST_API_BASE_URL" > .env.production
- echo "REACT_APP_FILE_URL=$TEST_FILE_URL" >> .env.production
- echo "REACT_APP_MAX_FILE_SIZE=$MAX_FILE_SIZE" >> .env.production

install:
- yarn install
Expand Down

0 comments on commit 84bd24c

Please sign in to comment.