Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml « getpass « node_modules - github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d8b5833a71b22c980143e6be23b777e768ed54f6 (plain)
1
2
3
4
5
6
7
8
9
language: node_js
node_js:
  - "5.10"
  - "4.4"
  - "4.1"
  - "0.12"
  - "0.10"
before_install:
  - "make check"