.travis.yml 990 Bytes
Newer Older
Felipe Escala Torres committed
1 2 3 4 5 6
sudo: false

language: node_js

node_js:
- '6'
7 8 9
- '7'
- '8'
- '9'
Felipe Escala Torres committed
10 11 12 13 14 15 16 17

env:
  global:
  - secure: xlLmWO7akYQjmDgrv6/b/ZMGILF8FReD+k6A/u8pYRD2JW29hhwvRwIQGcKp9+zmJdn4i5M4D1/qJkCeI3pdhAYBDHvzHOHSEwLJz1ESB2Crv6fa69CtpIufQkWvIxmZoU49tCaLpMBaIroGihJ4DAXdIVOIz6Ur9vXLDhGsE4c=
  - secure: aQ46RdxL10xR5ZJJTMUKdH5k4tdrzgZ87nlwHC+pTr6bfRw3UKYC+6Rm7yQpg9wq0Io9O9dYCP007gQGSWstbjr1+jXNu/ubtNG+q5cpWBQZZZ013VHh9QJTf1MnetsZxbv8Yhrjg590s6vruT0oqesOnB2CizO/BsKxnY37Nos=

matrix:
  include:
18
  - node_js: '6'
Felipe Escala Torres committed
19
    env: BROWSER_NAME=chrome BROWSER_VERSION=latest
20
  - node_js: '6'
Felipe Escala Torres committed
21
    env: BROWSER_NAME=chrome BROWSER_VERSION=29
22
  - node_js: '6'
Felipe Escala Torres committed
23
    env: BROWSER_NAME=firefox BROWSER_VERSION=latest
24
  - node_js: '6'
Felipe Escala Torres committed
25
    env: BROWSER_NAME=safari BROWSER_VERSION=latest
26
  - node_js: '6'
Felipe Escala Torres committed
27
    env: BROWSER_NAME=safari BROWSER_VERSION=7
28
  - node_js: '6'
Felipe Escala Torres committed
29
    env: BROWSER_NAME=ie BROWSER_VERSION=11
30
  - node_js: '6'
Felipe Escala Torres committed
31
    env: BROWSER_NAME=ie BROWSER_VERSION=10
32
  - node_js: '6'
Felipe Escala Torres committed
33
    env: BROWSER_NAME=ie BROWSER_VERSION=9