~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/iron-flex-layout/.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: jFaXkmco40NlJT4VyFYM34Zv9D1XVfLXgixobnyHQyJDBKSXrNLcwDuvrGUpJx/pwBCxEhKAbvxeJ+PBMUv8QV08MAdw2S6QOsIe3CUxAehoNoOMJw5duhE8faWlz8qzmCWEowHVFUeVsd0ZUsgOu6RTspj2A51D/CztQuW0Ljw=
 
10
    - secure: fKrO5yMx8kZM1WQ3k0bzo6MCREKGW2WkCl2suDjuEtb1SQ/SaZa9Tun0fcqIHVJqg9+jOS1Romt/+MN27Nc6IT1tv/NdLd+uWjtMA+OzLyv48gzcdu8Ls/TISUGm5Wb7XHkcvMAb1tRoBs5BOvQ/85FilZLEq1km8snG9ZsOOWI=
 
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"