summaryrefslogtreecommitdiffstats
path: root/testapi/3rd_party/static/testapi-ui/assets/lib/angular-confirm-modal/.travis.yml
blob: f7913ea98a562924648a41d4cf566465551d1500 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
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