You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
thumbsup/.travis.yml

18 lines
343 B
YAML

# 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