-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
evilebottnawi
committed
Aug 10, 2017
1 parent
e6be071
commit 4289799
Showing
11 changed files
with
647 additions
and
454 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
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,17 +1,41 @@ | ||
sudo: false | ||
|
||
language: node_js | ||
git: | ||
depth: 1 | ||
|
||
branches: | ||
only: | ||
- master | ||
- /^greenkeeper/.*$/ | ||
|
||
node_js: | ||
- '7' | ||
- '6' | ||
- '5' | ||
- '4' | ||
language: node_js | ||
|
||
# cache node modules | ||
cache: | ||
directories: | ||
- node_modules | ||
directories: | ||
- $HOME/.npm | ||
- node_modules | ||
|
||
matrix: | ||
include: | ||
- node_js: '8' | ||
script: npm run pretest | ||
env: CI=pretest | ||
- node_js: '8' | ||
script: npm run test-only | ||
env: CI=tests | ||
- node_js: '6' | ||
script: npm run test-only | ||
env: CI=tests 6 | ||
- node_js: '4' | ||
script: npm run test-only | ||
env: CI=tests 4 | ||
sudo: required | ||
|
||
before_install: | ||
- npm prune | ||
- npm update | ||
- npm install -g npm@latest | ||
- npm i -g greenkeeper-lockfile@1 | ||
|
||
before_script: greenkeeper-lockfile-update | ||
|
||
after_script: greenkeeper-lockfile-upload |
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
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
Oops, something went wrong.