Skip to content

Commit

Permalink
feat: Change travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Oct 27, 2017
1 parent 77610df commit 317fda3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
if: branch = master OR tag IS present
branches:
only:
- master
matrix:
include:
- language: node_js
Expand Down Expand Up @@ -41,7 +43,6 @@ matrix:
before_install: .travis/before_install.sh
script: .travis/run.sh
- stage: deploy
if: tag IS present
script: .travis/deploy.sh
deploy:
provider: s3
Expand All @@ -54,4 +55,4 @@ matrix:
upload-dir: $TRAVIS_REPO_SLUG/$TRAVIS_COMMIT
acl: public_read
on:
tags: true
branch: master

0 comments on commit 317fda3

Please sign in to comment.