mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
26 lines
839 B
YAML
26 lines
839 B
YAML
language: node_js
|
|
sudo: false
|
|
before_script:
|
|
- npm install -g bower polylint web-component-tester
|
|
- bower install
|
|
- polylint
|
|
env:
|
|
global:
|
|
- secure: hRC0relOOVO3kqrrnBe1sAaYIMRzcDJTdzemzNxHMt/6f1+4RDt+VsSZtDZ7ax5v6RIUioiCFDgP7GVAzeGkK6AmBoLjzbcUXodS4KDY1oJfhXpuuHrFFN//ZOIsfFXcqf2641cC0vmpg2ztTYfGEVknpmf+9ruWAauBEgzsIhM=
|
|
- secure: jH6XJuB05Tkg4433BXfIOeLR6XkkuUz4yUpv+WjOBe2dCsN3sYYg/7u6FFVw4hKrPt58mKfp2KC1DhPws9GR+/F6ky99a27y+Al0AZL+lVdy+lPJ05SjX3sr2mXA8He7y+EnbCZdu73X8R2KZNvj021JbnZufBqUzmzDq/amtU4=
|
|
- CXX=g++-4.8
|
|
node_js: stable
|
|
addons:
|
|
firefox: latest
|
|
apt:
|
|
sources:
|
|
- google-chrome
|
|
- ubuntu-toolchain-r-test
|
|
packages:
|
|
- google-chrome-stable
|
|
- g++-4.8
|
|
sauce_connect: true
|
|
script:
|
|
- xvfb-run wct
|
|
- "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct -s 'default'; fi"
|