Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Merge branch 'add-travis'
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielle Adams committed Dec 8, 2019
2 parents 64949bc + 7f68cb8 commit f988110
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 f988110

Please sign in to comment.