mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Modernize the build
This commit is contained in:
parent
82b2443a1d
commit
2b69bb1496
@ -1,16 +1,18 @@
|
||||
language: node_js
|
||||
sudo: false
|
||||
node_js: 4
|
||||
node_js: stable
|
||||
addons:
|
||||
firefox: latest
|
||||
sauce_connect: true
|
||||
apt:
|
||||
sources:
|
||||
- google-chrome
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- google-chrome-stable
|
||||
- g++-4.8
|
||||
before_script:
|
||||
- npm install bower
|
||||
- export PATH=$PWD/node_modules/.bin:$PATH
|
||||
- npm install -g bower
|
||||
- bower install
|
||||
script:
|
||||
- xvfb-run wct
|
||||
@ -19,3 +21,4 @@ env:
|
||||
global:
|
||||
- secure: eFrp9xwSYG579rAR9/XyXYKh+UtIQJ1xS5q5PABu4ndYFckdJb8o3m7oXqRSikbiPWbCSd3Fkd6+ZKXlcQFdjJ+nx9gFitGthtH93qkvZCO3XhWEEBPj65igIo3hrRSOB6dIWyiZcnoH9IXLLQtKXY9uL1NCqCcyVHg1omPKr9w=
|
||||
- secure: EAjjkzqZ8z+PEvdo2N2MiIjkqUYAjVkQABKyMw6N4hUa6YSNEW9PYyn4I0d9Rdvc25GwJ+oLQFdeQepioAkNfp6wYUj2IdMIfmmKa1aJWo5DWvOMDYp3ufRhIoiVi4ZVpLg9sTjw+078UhUQFWE44rwfUtHiIb2UbWe2/ueLOiM=
|
||||
- CXX=g++-4.8
|
||||
|
@ -39,7 +39,7 @@ suite('globals', function() {
|
||||
|
||||
// Polymer
|
||||
Polymer: true,
|
||||
currentImport: true
|
||||
currentImport: true,
|
||||
|
||||
// weird safari + selenium globals
|
||||
alert: true,
|
||||
|
Loading…
Reference in New Issue
Block a user