Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: karma-runner/karma
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.13.14
Choose a base ref
...
head repository: karma-runner/karma
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.13.15
Choose a head ref
  • 9 commits
  • 6 files changed
  • 4 contributors

Commits on Oct 22, 2015

  1. Configuration menu
    Copy the full SHA
    9b09f3c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1658 from danielcompton/patch-1

    Recommend using `karma-cli` if you are on Windows
    dignifiedquire committed Oct 22, 2015
    Configuration menu
    Copy the full SHA
    0ac89c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2015

  1. Configuration menu
    Copy the full SHA
    5cbb96f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1651 from skycocker/master

    Fix RequireJS documentation typo
    dignifiedquire committed Oct 23, 2015
    Configuration menu
    Copy the full SHA
    ef6f05c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2015

  1. chore(travis): Test on Node 5, use default npm; uprade g++

    Node 5 includes npm 3 by default so we don't have to update npm to make sure
    it works on that version. On the other hand, most people don't upgrade npm
    and just use the default included version, especially that it's very hard
    to update npm on Windows. It's good to make sure Karma still works with npm 2,
    especially that Node 4, current LTS will never upgrade to npm 3.
    
    g++ got upgraded so that native module compilation works on Node >= 4;
    otherwise lots of optional packages fail, making the log too large for Travis
    which in turn kills the job.
    mgol committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    24737e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc1bbab View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1672 from mzgol/node5

    chore(travis): Test on Node 5, don't update npm in newer Nodes
    dignifiedquire committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    b668ad2 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2015

  1. Configuration menu
    Copy the full SHA
    bf596d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1adfd8d View commit details
    Browse the repository at this point in the history
Loading