This repository has been archived on 2026-03-31. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
wrench-js/.travis.yml
2016-07-26 16:01:53 -07:00

15 lines
145 B
YAML

sudo: false
language: node_js
node_js:
- 6
- 4
cache:
directories:
- node_modules
install:
- npm i -g npm@latest
- npm install