1
0
mirror of https://github.com/danog/gift.git synced 2024-11-26 20:04:47 +01:00

Merge pull request #99 from PeterDaveHello/update-travis-ci-config

This commit is contained in:
Luke Plaster 2017-11-06 20:07:12 +08:00 committed by GitHub
commit 9a756f9846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,9 @@
sudo: false
language: node_js
node_js:
# - "0.6"
- "0.8"
- "0.10"
- "0.11"
- "0.12"
- "4.0.0"
- "4.1.1"
- "4.2"
- "5.1"
install:
- "npm install -g npm@1.4.28"
- "npm install"
- "4"
- "6"
- "8"
- "9"