~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/paper-material/.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 -g bower polylint web-component-tester
 
5
  - bower install
 
6
  - polylint
 
7
env:
 
8
  global:
 
9
    - secure: PEaqY+YpV0ZhnQbJlNQbmfIFLqy7UvvCtii0sPoGKT5/P7ulMqMOPQV9l/zLAtYi14HEz63FKLqDrpnGaVe7Cz7jtt2WRWrWqTBdarqwSHs73Z2XqztD1+2wW6vgz/lfK00B8UplAk28B7d5dbWzwUF6Kg02zOfQMsawMpulFjo=
 
10
    - secure: f/3XYrYjM8aXLe9kqM/MjHQ6IEsDRuoxDqM+l2JiR3v2Nw7lP6ZyXSNvKm8bN+VNU7ubSzAmRbUGnRU7e61BhnGzuLXjOqxYeJLWZaqoSm9TDz3re3rd7wB2ddAhRokeSSPO2KeAgr6C02P9M3Au1DiO1G66fuWVH62WtzW4+qY=
 
11
    - CXX=g++-4.8
 
12
node_js: stable
 
13
addons:
 
14
  firefox: latest
 
15
  apt:
 
16
    sources:
 
17
      - google-chrome
 
18
      - ubuntu-toolchain-r-test
 
19
    packages:
 
20
      - google-chrome-stable
 
21
      - g++-4.8
 
22
  sauce_connect: true
 
23
script:
 
24
  - xvfb-run wct
 
25
  - "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct -s 'default'; fi"