Editing: appveyor.yml
Kembali
⚠️ Peringatan: File ini
Read-Only
. Anda mungkin tidak bisa menyimpan perubahan.
version: "{build}" build: off environment: matrix: - nodejs_version: "4" - nodejs_version: "6" - nodejs_version: "8" - nodejs_version: "9" install: - ps: Install-Product node $env:nodejs_version - npm install test_script: - npm test
SIMPAN PERUBAHAN