Browse Source

Merge branch 'amilajack-patch-1'

semi-dynamic-namespace-imports
Rich Harris 8 years ago
parent
commit
0f86513760
  1. 1
      .travis.yml
  2. 1
      appveyor.yml

1
.travis.yml

@ -3,6 +3,7 @@ language: node_js
node_js:
- "0.12"
- "4"
- "6"
env:
global:
- BUILD_TIMEOUT=10000

1
appveyor.yml

@ -12,6 +12,7 @@ environment:
# node.js
- nodejs_version: 0.12
- nodejs_version: 4
- nodejs_version: 6
install:
- ps: Install-Product node $env:nodejs_version

Loading…
Cancel
Save