~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/iron-component-page/.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: TFRxlioK3ZZiei0mBDkGWUqqsIHh03i+y46bmMarnrbinH0AtN+fYKt+VUkkFKMr34lSU42togi4h0MsxM++wn058zbU+tnHhBP70aofEFIKgJaeP2IgCuO9TIWbK5umZhqKS37wBlKor7UrGnjRGjk7CJlrwYfzWmYLtYQ1iTI=
 
11
    - secure: BsHkstf+C2resrUoPg03ok//KVkUzeWMVV4eorzFdvKl48to9lEIuiWYICsc+5uKekK/OfkM7wF8rNiuc4qbRf7heVKAsG2W+/P0NS/KrKLGDu0ZSnhMUpY7Kng8Y9I6LnW3dJrr6YqZk61A2LwhZIC+IpnXicymmtDpfbsIF6M=
 
12
node_js: 4
 
13
addons:
 
14
  firefox: latest
 
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"