This repository has been archived by the owner on Aug 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: prep the repo for automated releasing (#119)
- Loading branch information
childish-sambino
authored
Jan 15, 2020
1 parent
281fe56
commit e5c2eec
Showing
3 changed files
with
15 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,10 @@ | ||
language: node_js | ||
node_js: | ||
- "4" | ||
- "5" | ||
- "6" | ||
- "7" | ||
- "8" | ||
- "node" | ||
- "lts/*" | ||
before_install: | ||
- npm install -g npm@2 | ||
notifications: | ||
hipchat: | ||
rooms: | ||
secure: XH+TQ3Za8qqQxvV0RXmFzfLyfRxxicICMknzqXNhMydM9GXiXNclv9ckaeb1IxI5n57kAJ7cmB/uAfDD/Q3dCqv8TtVEt0+FtHXb2xaQQvLc9apPLMcWdRcYiew67n3o8YeZhEvfKOoQK/OTw9JvEvQWe9R5304lzymqdPbWCembiZX6NDo65S1ythUp6dQWKWESwutIoA7keGjtqUEVv1CQT69KM/erG1AsPtXGE3xch0UWhhfP+plDMvXhXvWpwRNyA2nB4o+CGroSQISg0CoS0zwHXEUqWwvcto65ebNVTILdb4eD2yzzjYvlSv0RLd7GX4CSB7GJqhQk66vGKtNp2MVfC5mPaXytvXkl+cyE5o9/XyLXK0ouazq1iECQ+4ENgOWLp3EDs0kwMo8zXtsTlELIX8ocT81mEPGYvL6Z/7WMVC9doKrZ9OGI4EBOEufzHzWiz7Gk1cCI3R/yFor0rwKG/B3ozP0MeBER5zWPyVTutox63DBoF5Q+adzhjhtAvit6izwSAHwSg1OutWbCaVgEp7TFx0757EpichGH+EPk4fQmwNZWBR2aJQDL3Niuy70NlrQUyNk5EFlzVQGL2rMptRMubRCmXDPH2pH3+giFFrDXfOSJXX1f5RF7/fzCZPwkLZ+YAG7GmfGQxhqu8mE/eOOKC9njlU7tTXc= | ||
template: | ||
- '<a href="https://travis-ci.org/%{repository}/builds/%{build_id}">%{repository} | ||
Build %{build_number}</a> on branch <i>%{branch}</i> by %{author}: <strong>%{message}</strong> | ||
<a href="https://github.com/%{repository}/commits/%{commit}">View on GitHub</a>' | ||
format: html | ||
notify: true | ||
- "4" | ||
- "5" | ||
- "6" | ||
- "7" | ||
- "8" | ||
- "10" | ||
- "lts/*" | ||
- "node" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
.PHONY: install test | ||
.PHONY: clean install test | ||
|
||
install: | ||
clean: | ||
@rm -rf node_modules | ||
|
||
install: clean | ||
npm install | ||
|
||
test: | ||
test: install | ||
npm test |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.