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

.travis.yml « ng-dialog « node_modules - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2a18de8a08cc9069673f1c714196b9965cf469b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
sudo: false
language: node_js
node_js:
    - 4
addons:
  sauce_connect:
    username: "ngDialog"
    access_key: "916ebec2-5857-4740-aa4f-047db7472e8c"
before_script:
    - export DISPLAY=:99.0
    - sh -e /etc/init.d/xvfb start
    - npm install
    - npm run webdriver-update
    - npm run webdriver &
    - npm install -g bower
    - sleep 3
script:
    - npm run serve &
    - sleep 3
    - npm run protractor
    - npm run protractor-a11y
    - npm run protractor-console
    - npm test