Skip to content

Commit d7a934e

Browse files
committed
Just bump to Node 6, to match our Windows support.
1 parent 01f28eb commit d7a934e

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
language: node_js
33
node_js:
4-
# we recommend testing addons with the same minimum supported node version as Ember CLI
5-
# so that your addon works for all apps
6-
- "4"
4+
- "6"
75

86
sudo: false
97
dist: trusty

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
'use strict';
21
/* eslint-env node */
32

43
const fs = require('fs');

lib/typescript-preprocessor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
'use strict';
21
/* eslint-env node */
32
const fs = require('fs');
43
const path = require('path');

0 commit comments

Comments
 (0)