Skip to content

Commit

Permalink
travis publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Jul 1, 2018
1 parent 4e9267f commit b8ba0ec
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
language: node_js

services:
- docker

install:
- npm install

script:
- npm run test
jobs:
include:
stage: deploy
node_js: "10"
os: "linux"
before_deploy:
- git stash --all
- npm install
deploy:
- provider: npm
skip_cleanup: true
email: "evolvator@protonmail.com"
api_key: $NPM_TOKEN
on:
branch: master

0 comments on commit b8ba0ec

Please sign in to comment.