summaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* 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