Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ewerkman committed Feb 10, 2019
2 parents 6e0ceca + 7982285 commit 351cf44
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,25 @@
language: node_js

os: windows

node_js:
- "lts/*"

install:
- echo Building Plumber $TRAVIS_TAG-$TRAVIS_BUILD_NUMBER
- npm install
- npm run build
- cp install/iis/web.config dist/
- cd dist
- touch version.txt
- echo $TRAVIS_TAG-$TRAVIS_BUILD_NUMBER > version.txt
- zip -r ../release.zip .
- zip -r ../plumber-sc.$TRAVIS_TAG-$TRAVIS_BUILD_NUMBER.zip .
- cd ..


script: npm run test

deploy:
provider: releases
api_key: $GITHUB_TOKEN
file: release.zip
file: plumber-sc.$TRAVIS_TAG-$TRAVIS_BUILD_NUMBER.zip
skip_cleanup: true
on:
tags: true

0 comments on commit 351cf44

Please sign in to comment.