Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.

Commit

Permalink
Merge pull request #153 from Comandeer/t/152
Browse files Browse the repository at this point in the history
Improve tests
  • Loading branch information
Comandeer committed May 19, 2019
2 parents c4d527e + 995e8b9 commit 0c2a2c0
Show file tree
Hide file tree
Showing 57 changed files with 1,130 additions and 2,189 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
@@ -0,0 +1,2 @@
* text=auto
*.js eol=lf
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -7,3 +7,4 @@ node_modules/
coverage/
.nyc_output/
/dist
tests/fixtures/cli/**/output
11 changes: 9 additions & 2 deletions .travis.yml
@@ -1,8 +1,15 @@
language: node_js
os:
- windows
- linux
- osx
node_js:
- 12
- 10
- 8
- 6
install: npm install
install:
- npm install
- npm install --global npx
script: npm test
after_success: npm run coverage
after_success: if [ "$TRAVIS_OS_NAME" = "linux" ]; then npm run coverage; fi
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

---

## [8.1.0]
### Added
* [#159] Support for Node 12.

## [8.0.0] – 2019-03-08
### Fixed
* [#146] Banner is outputted twice.
Expand Down Expand Up @@ -172,7 +176,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
[#143]: https://github.com/Comandeer/rollup-plugin-babel-minify/pull/143
[#144]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/144
[#146]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/146
[#159]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/159

[8.1.0]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v8.0.0...v8.1.0
[8.0.0]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v7.0.0...v8.0.0
[7.0.0]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v6.2.0...v7.0.0
[6.2.0]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v6.1.1...v6.2.0
Expand Down

0 comments on commit 0c2a2c0

Please sign in to comment.