Skip to content
Snippets Groups Projects
Commit 8ded00fa authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Simplify travis yml

parent 1af1ff25
No related branches found
No related tags found
No related merge requests found
...@@ -12,8 +12,8 @@ cache: ...@@ -12,8 +12,8 @@ cache:
directories: directories:
- node_modules - node_modules
install: install:
- npm --production=false install - npm install
- npm --production=false update - npm update
before_deploy: before_deploy:
- npm --no-git-tag-version version 0.1.0-prerelease.$(date +%Y%m%d%H%M%S) - npm --no-git-tag-version version 0.1.0-prerelease.$(date +%Y%m%d%H%M%S)
- git config --global user.email $(git log --pretty=format:"%ae" -n1) - git config --global user.email $(git log --pretty=format:"%ae" -n1)
...@@ -36,4 +36,3 @@ deploy: ...@@ -36,4 +36,3 @@ deploy:
skip_cleanup: true skip_cleanup: true
email: $NPM_EMAIL email: $NPM_EMAIL
api_key: $NPM_TOKEN api_key: $NPM_TOKEN
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment