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

.travis.yml « fstream « node_modules - github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9f5972ab5aa1cd8e656ada1abd8e43a244d736fe (plain)
1
2
3
4
5
6
7
8
9
language: node_js
node_js:
  - "6"
  - "4"
  - "0.10"
  - "0.12"
before_install:
  - "npm config set spin false"
  - "npm install -g npm/npm"