summaryrefslogtreecommitdiffstats
path: root/cvp/3rd_party/static/testapi-ui/assets/lib/angular-confirm-modal/.travis.yml
blob: 3674c3c20e328138bf0d57ed22672f3999ef62b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
language: node_js
node_js:
  - "0.12"
  - "0.11"
  - "0.10"
before_script:
  - npm install -g gulp@3.9.0
before_install:
  - export CHROME_BIN=chromium-browser
  - export DISPLAY=:99.0
  - sh -e /etc/init.d/xvfb start