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:
directories:
- node_modules
install:
- npm --production=false install
- npm --production=false update
- npm install
- npm update
before_deploy:
- 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)
......@@ -36,4 +36,3 @@ deploy:
skip_cleanup: true
email: $NPM_EMAIL
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