~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/iron-signals/.travis.yml

  • Committer: Didier Roche
  • Date: 2016-05-10 23:09:11 UTC
  • Revision ID: didier.roche@canonical.com-20160510230911-c7xr490zrj3yrzxd
New version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
language: node_js
 
2
sudo: false
 
3
before_script:
 
4
  - npm install web-component-tester
 
5
  - npm install bower
 
6
  - 'export PATH=$PWD/node_modules/.bin:$PATH'
 
7
  - bower install
 
8
env:
 
9
  global:
 
10
    - secure: Ow7qCwI/k4tl7r491MyEcxOmnbBC2wQV9YifaBeiI6VPRmasy8I9NShIidVepv1EVznVcp+ZGGVeggpEFQWdnDGOKDORtjI0IoRkcHfzD9I+bAAJemnfhnrC/qJO6Ef620VdRofqyMQOBntpzU/ju5bZfl9D/Vp9Tqe2pOkDF6s=
 
11
    - secure: nBva4HhjWS/f43MrKNxVEImHW9csrV2aEAQhQjtLq8Tz8S7VwP1HqZfIgI2QQ7OEpYNVkz/3vQNutQWVCx6Pp/qmVfRt/K4oIsF7qIfSBz70hcv7AWxicOF3Lxf59peh7MZb8nFAZCMjGgZrmIgXUdJIve/8LaPXwYf+QuFBS68=
 
12
node_js: 4
 
13
addons:
 
14
  firefox: '42.0'
 
15
  apt:
 
16
    sources:
 
17
      - google-chrome
 
18
    packages:
 
19
      - google-chrome-stable
 
20
script:
 
21
  - xvfb-run wct
 
22
  - "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct -s 'default'; fi"