This repository has been archived by the owner on Oct 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Abimbola Idowu
committed
Jun 4, 2017
1 parent
443d7f9
commit b341391
Showing
3 changed files
with
1,547 additions
and
844 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,8 +1,38 @@ | ||
sudo: false | ||
|
||
language: node_js | ||
|
||
cache: | ||
directories: | ||
- node_modules | ||
|
||
notifications: | ||
email: false | ||
|
||
node_js: | ||
- '4' | ||
- '6' | ||
- '7' | ||
- '6' | ||
- '4' | ||
|
||
branches: | ||
only: | ||
- master | ||
|
||
before_script: | ||
- npm prune | ||
|
||
script: | ||
- npm run coverage | ||
- npm run check-coverage | ||
- npm run codecov | ||
- npm run coverage | ||
- npm run check-coverage | ||
|
||
after_success: | ||
- npm run codecov | ||
- npm run semantic-release | ||
|
||
branches: | ||
except: | ||
- /^v\d+\.\d+\.\d+$/ | ||
|
||
git: | ||
depth: 1 | ||
|
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.