Browse Source

Merge branch 'amilajack-patch-1'

semi-dynamic-namespace-imports
Rich Harris 9 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: node_js:
- "0.12" - "0.12"
- "4" - "4"
- "6"
env: env:
global: global:
- BUILD_TIMEOUT=10000 - BUILD_TIMEOUT=10000

1
appveyor.yml

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

Loading…
Cancel
Save