mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-10 05:56:29 +00:00
Add Travis file
This commit is contained in:
parent
bb950aa003
commit
10386c5483
1 changed files with 9 additions and 0 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- '6'
|
||||||
|
- '5'
|
||||||
|
- '4'
|
||||||
|
- '0.12'
|
||||||
|
- '0.10'
|
||||||
|
before_install:
|
||||||
|
- 'npm install -g npm@latest'
|
Loading…
Reference in a new issue