Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nailujx86 authored Oct 26, 2018
1 parent 2116741 commit 6859529
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: node_js
node_js: "node"
script: npx gulp
before_deploy:
- git tag "Build_$TRAVIS_BUILD_NUMBER"
deploy:
provider: releases
api_key: '$GITHUB_API_KEY'
file_glob: true
file: dist/*
on:
tag: true
branch: master
skip_cleanup: true
name: "Build $TRAVIS_BUILD_NUMBER on $(date +'%d.%m.%Y %R')"

0 comments on commit 6859529

Please sign in to comment.