diff --git a/.travis.yml b/.travis.yml index b3d879e1..d54622f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,10 @@ script: # This defines further stages that execute after the tests jobs: include: - - stage: deploy latest.datesette.io + - stage: deploy latest.datasette.io script: - pip install . + - npm install -g now - python tests/fixtures.py fixtures.db fixtures.json - datasette publish now fixtures.db -m fixtures.json --name datasette-latest --token=$NOW_TOKEN on: travis-deploy-now