-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
11b3f68
commit 8ab879c
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,8 @@ osx_image: xcode10.2 | |
dist: trusty | ||
sudo: true | ||
language: node_js | ||
node_js: '10' | ||
node_js: | ||
- '10' | ||
#cache: | ||
# directories: | ||
# - node_modules | ||
|
@@ -30,7 +31,7 @@ before_deploy: | |
# Set up git user name and tag this commit | ||
- git config --local user.name "ElizabethMa" | ||
- git config --local user.email "[email protected]" | ||
- export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d %H:%M:%S')-from brance $(TRAVIS_PULL_REQUEST_BRANCH)} | ||
- export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d %H:%M:%S')-$(git log --format=%h -1)} | ||
- git tag $TRAVIS_TAG | ||
deploy: | ||
- provider: releases | ||
|