mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Add rudimentary travis.yml
This commit is contained in:
parent
5694a11672
commit
b1a0c0aa21
6
.travis.yml
Normal file
6
.travis.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- "5.1"
|
||||||
|
- "4.2"
|
||||||
|
before_script:
|
||||||
|
- npm install -g mocha
|
Loading…
Reference in New Issue
Block a user