Skip to content

Commit a869728

Browse files
committed
chore(tests): remove node 0.10 from tests config
Node 4 has an LTS release. Node 0.12 has been out for some time. If we want to offer 0.10 support then we need to add further dependencies as polyfills. This tradeoff makes it clear that it is time to remove node 0.10 from our test suite. Everything will still work for now, but from here forward we'll support only 0.12 and up. Closes #64
1 parent a45c14a commit a869728

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ notifications:
1111
node_js:
1212
- '4'
1313
- '0.12'
14-
- '0.10'
1514
before_install:
1615
- git config --global user.name "TravisCI"
1716
- npm i -g npm@^2.0.0

0 commit comments

Comments
 (0)