Skip to content

Commit

Permalink
chore(build): fix typo and rename file size report
Browse files Browse the repository at this point in the history
affects: @buildit/gravity-ui-web
  • Loading branch information
Travis CI authored and James Nash committed May 19, 2019
1 parent 1c63da2 commit 6980b8d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ script:
before_deploy:
- pip install --user awscli
- npm install -g file-size-report
- ./scripts/track_file_size.sh
- ./scripts/track_file_sizes.sh
deploy:
- provider: script
skip_cleanup: true
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/track_file_sizes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cdnGravityDir="gravity-ui-web"
historyFilename="$TRAVIS_BRANCH-file-size-history.js"
historyFile="$gravityDir/$historyFilename"
currentSizesFile="$gravityDir/currentfilesizes.json"
reportPageName="filehistory.html"
reportPageName="filesizehistory.html"
reportPage="$gravityDir/$reportPageName"

if [ ! -z "$TRAVIS_COMMIT" ] && [[ "develop" == "$TRAVIS_BRANCH" || "master" == "$TRAVIS_BRANCH" ]]
Expand Down

0 comments on commit 6980b8d

Please sign in to comment.