2
0
mirror of https://github.com/thumbsup/thumbsup synced 2024-11-15 18:12:46 +00:00
thumbsup/.travis.yml

18 lines
343 B
YAML
Raw Normal View History

# Run the whole build inside Docker
sudo: required
services:
- docker
jobs:
include:
- stage: build
script: docker build .
- stage: npm release
script: echo "Deploying to npm ..."
deploy:
provider: npm
email: asyncadventures@gmail.com
api_key: $NPM_TOKEN
on:
tags: true