Skip to content

Commit

Permalink
ci: target node 6 only
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Sep 18, 2016
1 parent 23289b0 commit 1b9eda0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: node_js
node_js:
- '4'
- '5'
sudo: false
- '6'
cache:
directories:
- node_modules
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
- lint: bump standard to latest version (^8), use snazzy
- site: add scripts for generating a gh-pages site
- ci: target node 6 only

## 1.0.0-beta
* parallelize downloads by default
Expand Down

0 comments on commit 1b9eda0

Please sign in to comment.