Skip to content

Commit

Permalink
travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
ganlvtech committed Sep 17, 2018
1 parent 47fca51 commit 4aaaafe
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
matrix:
include:
- language: node_js
node_js:
- "node"
branches:
only:
- master
script:
- ./build_release.sh
deploy:
provider: releases
api-key: $GITHUB_TOKEN
file: ./dist.zip
skip-cleanup: true
on:
tags: true

# - language: php
# php:
# - '7.2'
# branches:
# only:
# - master
# script:
# - php php/crawl.php
# - php php/format.php
# deploy:
# skip-cleanup: true

# - language: node_js
# node_js:
# - "node"
# branches:
# only:
# - master
# script:
# - npm run build
# deploy:
# provider: pages
# skip-cleanup: true
# github-token: $GITHUB_TOKEN
# keep-history: true
# on:
# branch: gh-pages

0 comments on commit 4aaaafe

Please sign in to comment.