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

.travis.yml - github.com/JohnAlbin/normalize-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8e631e974c695e81cde2089e9781450543ba9b11 (plain)
1
2
3
4
5
6
7
8
9
# Configuration options are documented at:
# http://docs.travis-ci.com/user/languages/javascript-with-nodejs/
sudo: false
language: node_js
node_js:
  - '4'
  - '6'
  - '8'
  - '9'