Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
[ci] use latest node LTS version for builds and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde committed May 31, 2017
1 parent b81cc9d commit 6b2cc35
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ sudo: false
language: node_js

node_js:
- '8'
- '7'
- '6'

addons:
apt:
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
- [package] Added `browserslist` to `package.json` with preseted browsers queries. See [article](https://evilmartians.com/chronicles/autoprefixer-7-browserslist-2-released) for details.

### Changed
- [package] Updated dependencies
- [package] Updated dependencies.
- [ci] switched CI to latest node LTS release (v8.0.0).
- [nj] Moved `Host` and `Sitemap` directives in `robots.txt` under the `User-agent` directive, in accordance with [guidelines](https://yandex.com/support/webmaster/controlling-robot/robots-txt.xml).

### Removed
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: "{build}"

environment:
matrix:
- NODE_VERSION: 8
- NODE_VERSION: 7
- NODE_VERSION: 6

cache:
- node_modules -> package.json
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
machine:
node:
version: 7
version: 8

checkout:
post:
Expand Down

0 comments on commit 6b2cc35

Please sign in to comment.