Browse Source

added Travis-CI node v5.0.0

sanex3339 8 years ago
parent
commit
16ec80941e
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .travis.yml
  2. 1 1
      CHANGELOG.md

+ 1 - 0
.travis.yml

@@ -3,6 +3,7 @@ language: node_js
 
 node_js:
   - "4"
+  - "5.0.0"
   - "5"
   - "6"
   - "stable"

+ 1 - 1
CHANGELOG.md

@@ -2,7 +2,7 @@ Change Log
 ===
 v0.9.0-beta.3
 ---
-* Dropped `[email protected]` and `[email protected]` support internally (affects only development tasks).
+* **Breaking options change:** dropped `[email protected]` and `[email protected]` support.
 * Switched from `npm` to `yarn` internally.
 
 v0.9.0-beta.2