Modernize the build

This commit is contained in:
Daniel Freedman 2015-12-14 16:04:13 -08:00
parent 82b2443a1d
commit 2b69bb1496
2 changed files with 7 additions and 4 deletions

View File

@ -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

View File

@ -39,7 +39,7 @@ suite('globals', function() {
// Polymer
Polymer: true,
currentImport: true
currentImport: true,
// weird safari + selenium globals
alert: true,