File: .travis.yml

package info (click to toggle)
node-bootstrap-tour 0.11.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 572 kB
  • ctags: 30
  • sloc: makefile: 7
file content (14 lines) | stat: -rw-r--r-- 243 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: node_js
node_js:
  - "0.10"
before_install:
  - "export DISPLAY=:99.0"
  - "sh -e /etc/init.d/xvfb start"
before_script:
  - npm install -g gulp
  - npm install -g bower
  - bower install
branches:
  only:
    - master
    - develop