Skip to content

Commit

Permalink
Chore(package): prepare 2.0.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Jul 17, 2017
1 parent d8dfe90 commit e9d6ac3
Show file tree
Hide file tree
Showing 4 changed files with 4,973 additions and 2,134 deletions.
43 changes: 34 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,44 @@
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:
- $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=coverage 8
- 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

after_success: npm run coveralls
after_success:
- if [ "$CI" = "coverage" ]; then npm run coveralls; fi
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

# 2.0.1 - 2017-07-17

- Chore(package): minimum required `fs-extra` version is now `^4.0.0`.

# 2.0.0 - 2017-06-23

- Fixed: glob pattern now accept absolute paths.
Expand Down
Loading

0 comments on commit e9d6ac3

Please sign in to comment.