File: .travis.yml

package info (click to toggle)
node-bootstrap-tour 0.12.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 748 kB
  • sloc: makefile: 7
file content (14 lines) | stat: -rw-r--r-- 277 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
dist: trusty
sudo: required
language: node_js
node_js:
  - 8
addons:
  chrome: stable
before_install:
  - "export CHROME_BIN=chromium-browser"
  - "export DISPLAY=:99.0"
  - "sh -e /etc/init.d/xvfb start"
before_script:
  - "yarn global add bower gulp-cli"
  - "bower install"