aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/i/.travis.yml
blob: 2f1969ed3a9022a743b363606edb21ec3a220fad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
sudo: false
language: node_js
node_js:
  - '5'
  - '4'
  - '3'
  - '2'
  - '1'
  - '0.12'
  - '0.10'
  - '0.8'
notifications:
  email:
    on_success: never