Skip to content

Commit

Permalink
fix(www): More missing fontawesome font diagnosis per beb9d65.
Browse files Browse the repository at this point in the history
  • Loading branch information
randytarampi committed Aug 3, 2018
1 parent beb9d65 commit ae8b63d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
before_deploy:
- echo "dev.randytarampi.ca" > $WWW_PACKAGE_DIR/CNAME;
- git add --verbose --force --all $WWW_PACKAGE_DIR/CNAME;
- if [ -d "$WWW_PACKAGE_DIR/docs" ]; then ls -al $WWW_PACKAGE_DIR/node_modules/@randy.tarampi/css; ls -al $WWW_PACKAGE_DIR/docs; git add --verbose --force --all $WWW_PACKAGE_DIR/docs $WWW_PACKAGE_DIR/*.html $WWW_PACKAGE_DIR/favicon.ico; fi;
- if [ -d "$WWW_PACKAGE_DIR/docs" ]; then ls -al $WWW_PACKAGE_DIR/node_modules/@randy.tarampi/css/node_modules/; ls -al $WWW_PACKAGE_DIR/node_modules/@randy.tarampi/css/node_modules/@fortawesome/fontawesome-free/webfonts; ls -al $WWW_PACKAGE_DIR/docs; git add --verbose --force --all $WWW_PACKAGE_DIR/docs $WWW_PACKAGE_DIR/*.html $WWW_PACKAGE_DIR/favicon.ico; fi;
- if [[ -n $(git status -s) ]]; then git commit -m "Add assets for $TRAVIS_TAG."; fi;
deploy:
- provider: script
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
script: skip
after_script: skip
before_deploy:
- if [ -d "$WWW_PACKAGE_DIR/docs" ]; then ls -al $WWW_PACKAGE_DIR/node_modules/@randy.tarampi/css; ls -al $WWW_PACKAGE_DIR/docs; git add --verbose --force --all $WWW_PACKAGE_DIR/docs $WWW_PACKAGE_DIR/*.html $WWW_PACKAGE_DIR/favicon.ico; fi;
- if [ -d "$WWW_PACKAGE_DIR/docs" ]; then ls -al $WWW_PACKAGE_DIR/node_modules/@randy.tarampi/css/node_modules/; ls -al $WWW_PACKAGE_DIR/node_modules/@randy.tarampi/css/node_modules/@fortawesome/fontawesome-free/webfonts; ls -al $WWW_PACKAGE_DIR/docs; git add --verbose --force --all $WWW_PACKAGE_DIR/docs $WWW_PACKAGE_DIR/*.html $WWW_PACKAGE_DIR/favicon.ico; fi;
- if [[ -n $(git status -s) ]]; then git commit -m "Add assets for $TRAVIS_TAG."; fi;
deploy:
- provider: script
Expand Down

0 comments on commit ae8b63d

Please sign in to comment.