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

.travis.yml - github.com/nextcloud/passman-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f25f68d1d3e34e0a9dbe82092760b0f402424e4d (plain)
1
2
3
4
5
6
7
8
9
10
11
language: node_js
before_install:
    - export DISPLAY=:99.0
    - sh -e /etc/init.d/xvfb start
before_script:
    - npm install
script:
    - grunt test

addons:
    firefox: "latest"