~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/paper-checkbox/.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: PkxMaBcKe8HD1Jv8O6qiyQ4Nux6DfaVyN/ss9opajX9Oqa2ECJRI/OCsjDSrgXKhuAc2dw0L/KwSb/j4hg3/9BzHlJYQmeR9b9+MsO377TseNw5aKlywgVRu2bj8ODv2naQ4pB4B/Us/n9K7J0vlHIwM8UAJJwGjYm2oYTQxCAw=
 
10
    - secure: WQNRMEQEm6k5e+rzN08Lg0IBC83AZLz1QLP89z59JHLrAOeBu7CBh/LFG0OkhUnTC+dG2JdfIZbdQVCEciDyONjSIKzmM4ze9/LrGzFpROE8bU0ylYSLqX+3CK/6i7VMR3pJo79e1KOeprppHiJSRLVBJfhG+5uNgwAXws/sLQ4=
 
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"