This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add node 10, remove node 0.12, 5 and 7
- Loading branch information
Lars-Magnus Skog
committed
May 3, 2018
1 parent
0de7bd1
commit b002756
Showing
1 changed file
with
6 additions
and
26 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,28 +1,8 @@ | ||
language: node_js | ||
|
||
node_js: | ||
- "8" | ||
- "7" | ||
- "6" | ||
- "5" | ||
- "4" | ||
- "0.12" | ||
branches: | ||
only: | ||
- master | ||
- /^greenkeeper/.*$/ | ||
notifications: | ||
email: | ||
- r@va.gg | ||
- john@chesl.es | ||
- raynos2@gmail.com | ||
- dominic.tarr@gmail.com | ||
- max@maxogden.com | ||
- ralphtheninja@riseup.net | ||
- david.bjorklund@gmail.com | ||
- julian@juliangruber.com | ||
- paolo@async.ly | ||
- anton.whalley@nearform.com | ||
- matteo.collina@gmail.com | ||
- pedro.teixeira@gmail.com | ||
- mail@substack.net | ||
script: npm test | ||
- 10 | ||
- 9 | ||
- 8 | ||
- 6 | ||
- 4 |