Skip to content

Commit

Permalink
add travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielle Adams committed Dec 8, 2019
1 parent 19cb035 commit 7f68cb8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
sudo: required
services:
- docker
script:
- make test
- make package
- ls -alh nodejs-yarn-buildpack-*.tgz
deploy:
provider: releases
api_key: $GITHUB_OAUTH_TOKEN
file:
- "nodejs-yarn-buildpack-${TRAVIS_TAG}.tgz"
skip_cleanup: true
on:
tags: true
dist: xenial

0 comments on commit 7f68cb8

Please sign in to comment.