aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* dependency updates, easier formattingUlrich-Matthias Schäfer2023-06-131-4/+4
|
* Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own ↵Ulrich-Matthias Schäfer2020-05-041-2/+2
| | | | transforms, updated dependencies, finished tests, removed old es5 tests
* fix travis configUlrich-Matthias Schäfer2020-03-281-17/+11
|
* Fix build chain so that we now have multiple builds. Details below:Ulrich-Matthias Schäfer2018-11-281-3/+4
| | | | | | | | | | | - svg.js: The esm bundle - svg.min.js: The bundle for all browsers for maximum support - svg.node.js: The bundle for node - polyfill.js: Using svg.min.js requires this polyfill in case the Browser does not understand all of ./config/polyfillList.js - polyfillIE.js: This is required when you use IE11 (polyfill.js still required) Please note, that not all test pass for IE11 due to its rounding issues and wrong calculation of bbox. Also note, that `defaultPrevented` is not working for CustomEvents in IE11.
* do not send codecoverage + start some more browsers at saucelabsdotnetCarpenter2018-11-121-6/+6
|
* tell travis to run saucelabs testsdotnetCarpenter2018-11-121-5/+5
|
* fix travis ymlUlrich-Matthias Schäfer2018-11-071-1/+1
|
* add chrome to travisUlrich-Matthias Schäfer2018-11-071-1/+2
|
* Linted all files, upgraded all dependenciesUlrich-Matthias Schäfer2018-11-051-1/+1
|
* speedup build for testsdotnetCarpenter2016-11-131-1/+1
|
* added `npm run test:quick` which aim at being fast rather than correct - ↵dotnetCarpenter2016-11-131-1/+0
| | | | great for git hooks
* added code coveragedotnetCarpenter2016-11-131-0/+1
|
* speed up travis tests by caching the node_modules folder - should shave off ↵dotnetCarpenter2016-10-201-0/+4
| | | | 23 seconds of test run time
* use default linux image, change name of nvm node version to stable instead ↵dotnetCarpenter2016-10-161-4/+6
| | | | of node - it is the same version but stable is a better name, build the source before testing in case someone only push changes to the source and don't build
* use the 'latest' version of firefoxdotnetCarpenter2016-10-121-1/+1
|
* use a newer ubuntu image and the latest firefox (49.0)dotnetCarpenter2016-10-121-9/+4
|
* update badge and log firefox version on travisdotnetCarpenter2016-10-081-2/+0
|
* be sure that firefox is not running before test startsdotnetCarpenter2016-10-081-0/+4
|
* install newest firefox on travis currently we use 38.0 but the current ↵dotnetCarpenter2016-10-081-2/+7
| | | | version is 49.0
* switch back to firefox for testingdotnetCarpenter2016-10-081-4/+3
|
* chromium-browser is already the newest version. Uncomment to enable update ↵dotnetCarpenter2016-10-051-3/+3
| | | | of the chromium browser on travis.
* fix syntax errordotnetCarpenter2016-10-051-1/+1
|
* test with newer version of chromedotnetCarpenter2016-10-051-3/+3
|
* --amenddotnetCarpenter2016-10-051-1/+1
|
* configure chromium to be chrome on travisdotnetCarpenter2016-10-051-2/+3
|
* probing for chrome on travisdotnetCarpenter2016-10-051-1/+1
|
* Many of the failing tests are rounding errors. Different browsers delivered ↵dotnetCarpenter2016-10-051-1/+1
| | | | different results. Thats why we took chrome as base.
* remove redundant npm install - travis do this for us because we're a node ↵dotnetCarpenter2016-10-041-2/+0
| | | | project
* Firefox 31 is really old - we want to test against a newer browserdotnetCarpenter2016-10-041-0/+3
|
* try to run travisdotnetCarpenter2016-10-041-1/+1
|
* try to run test with individual files instead of the concated version so it ↵dotnetCarpenter2016-10-041-0/+9
is easier to track down the source file