~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/iron-localstorage/.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: M9g4X5+1DMu2RMoaBaj+cOEVYjl6xflJGHs+ZpHk0/9P/1A4Ke8GzpJ5FBCGX98ELGWsIzHP6NGVqdj/8Jj9JsFswfFkir8QBK30WevnxVKgP2LZwwiehnppxcOpX7YSYXh66CPcnlXEarUEILoSi+yLh3s9XxhOyfVGwtny3D4=
 
11
    - secure: CSq8pLnMKF9V+X3yBQXoUy9lpv3/OswkkT50HbSH3dBhik+Gda4osA197QyezXGolhuajOCX0vc59hDpyZBz37rgXKwVnWR9A/r8RH+ZZAGT74hnmbXMirOoAY+6ryWOn3PQaUhkOE7HxTE7/MqG2oLPmmMq5aEYxZxg/uPGWJg=
 
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"