Skip to content

Commit

Permalink
Meta: use the common deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Sep 3, 2017
1 parent debe869 commit b00cbc4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 143 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ language: generic
env:
global:
- ENCRYPTION_LABEL="eaa0f98d3fae"
- CHECKER_PARAMS='\&filterpattern=Text%20run%20is%20not%20in%20Unicode%20Normalization%20Form%20C\.\|.*appears%20to%20be%20written%20in.*\|.*Charmod%20C073.*'
- DEPLOY_USER="annevankesteren"
- EXTRA_FILES="*.txt *.json *.css"
- POST_BUILD_STEP="python visualize.py \"$DIR/\""

script:
- bash ./deploy.sh
- curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh && bash ./deploy.sh

notifications:
email:
on_success: never
Expand Down
141 changes: 0 additions & 141 deletions deploy.sh

This file was deleted.

0 comments on commit b00cbc4

Please sign in to comment.