This repository was archived by the owner on Sep 20, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : node_js
22sudo : false
3- node_js : 4
3+ node_js : stable
44addons :
55 firefox : latest
66 apt :
77 sources :
88 - google-chrome
9+ - ubuntu-toolchain-r-test
910 packages :
1011 - google-chrome-stable
11- before_script :
12- - export PATH=$PWD/node_modules/.bin:$PATH
12+ - g++-4.8
1313script :
1414- xvfb-run wct
1515- " if [ \" ${TRAVIS_PULL_REQUEST}\" = \" false\" ]; then wct -s 'default'; fi"
1616env :
1717 global :
1818 - secure : c0kVrjNDtqd06Gyg4Xi3iopr0KCz1k0LbZeL+TCbnyCdmAE7m9FcJASWvM2Zr7d774hTiMSi0Z79SlV6XZhLN2pi4EsbdEpsnVeAXXH/GYzDKgpXbdfD/nQv4n1nMXL6XSaZkAX7WwgmrjzJ9cXQJYV9vNHIBRcGoVRRyCFx9v4=
1919 - secure : Mo+AVRGUmlDENnZ2GioF5pU62WhyLUMnPlSqzeodZzJoAnwcNr9VnHiRCgQBLnHCZwjbMv6C0vhWopY7lN9w77vlS5vr8MDZKjYT/YRl9jk0+hStJ+diSS9MD+FnNNerXe+V+WA6NYVHno3vdWRqDDMYzCdH/pyLukkuKdMFaAU=
20+ - CXX=g++-4.8
Original file line number Diff line number Diff line change 1616 "license" : " BSD" ,
1717 "ignore" : [],
1818 "devDependencies" : {
19- "web-component-tester" : " 3.4 "
19+ "web-component-tester" : " ^4.0.1 "
2020 }
2121}
Original file line number Diff line number Diff line change 1515 "bugs" : {
1616 "url" : " https://github.com/webcomponents/webcomponentsjs/issues"
1717 },
18+ "scripts" : {
19+ "test" : " wct"
20+ },
1821 "homepage" : " http://webcomponents.org" ,
1922 "devDependencies" : {
2023 "gulp" : " ^3.8.8" ,
2326 "gulp-header" : " ^1.1.1" ,
2427 "gulp-uglify" : " ^1.0.1" ,
2528 "run-sequence" : " ^1.0.1" ,
26- "web-component-tester" : " ^3 "
29+ "web-component-tester" : " ^4.0.1 "
2730 }
2831}
Original file line number Diff line number Diff line change 1414<!-- HTMLImports -->
1515< script >
1616 WCT = {
17- environmentImports : [ ] ,
1817 waitFor : function ( callback ) {
1918 this . HTMLImports . whenReady ( callback ) ;
2019 }
Original file line number Diff line number Diff line change 1313 < title > Template with HTMLImports Test</ title >
1414 < script src ="../../src/Template/Template.js "> </ script >
1515 < script src ="../../src/HTMLImports/HTMLImports.js "> </ script >
16+ < script >
17+ WCT = {
18+ waitFor : function ( callback ) {
19+ this . HTMLImports . whenReady ( callback ) ;
20+ }
21+ } ;
22+ </ script >
1623 < script src ="../../../web-component-tester/browser.js "> </ script >
1724 </ head >
1825 < body >
You can’t perform that action at this time.
0 commit comments