~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to web/theme/default/libraries/bootstrap-tour/.travis.yml

  • Committer: Dan Garner
  • Date: 2018-05-21 14:58:11 UTC
  • mfrom: (644.1.8)
  • mto: (614.1.6)
  • mto: This revision was merged to the branch mainline in revision 648.
  • Revision ID: git-v1:e7961b0ebe68a0c0bc5dd7b3abca007138b2cadd
Merge branch 'bugfix/1.8.10-pack1' into feature/r-graph

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dist: trusty
 
2
sudo: required
 
3
language: node_js
 
4
node_js:
 
5
  - 8
 
6
addons:
 
7
  chrome: stable
 
8
before_install:
 
9
  - "export CHROME_BIN=chromium-browser"
 
10
  - "export DISPLAY=:99.0"
 
11
  - "sh -e /etc/init.d/xvfb start"
 
12
before_script:
 
13
  - "yarn global add bower gulp-cli"
 
14
  - "bower install"