diff --git a/.travis.yml b/.travis.yml index bec003f3d..f24f73f37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,22 @@ +env: + global: + secure: z+UrEQN0U2VBby82vHS2VLElbGDrVTwifRGAEQzFlaARWGig5fRyVSM8Om7ft6z+sk70YXv0mLt3ZyVwvnI/cqULqgoicPav3dplXQyyGyv6FCjiOO8iB8oBZ62wTgmvcYwc5kxnnYVRFaVQsGin/Rm5t1C7YidEYxRXQN0cqtI= + language: python cache: pip python: - - '3.7' +- '3.7' install: - - pip install pipenv - - pipenv install +- pip install pipenv +- pipenv install script: - - pipenv run cyrax - - test 6000 -lt $(cat _build/index.html | wc -l) - - yarn install - - yarn danger ci +- pipenv run cyrax +- test 6000 -lt $(cat _build/index.html | wc -l) +- yarn install +- yarn danger ci + +# NETLIFY_AUTH is in env +deploy: + provider: netlify + edge: true + site: 6f222827-83c1-4882-8d4e-6781973be25d