Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Feb 9, 2016

  1. Remove sudo: false from .travis.yml

    Since this repository was not recognized by Travis before 2015-01-01,
    there is no need to include `sudo: false` as that is now the default.
    
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    
    From https://docs.travis-ci.com/user/workers/container-based-infrastructure/#Routing-your-build-to-container-based-infrastructure:
    
     " The default behavior, when no sudo usage is detected in
       any customizable build phases, depends on the date when
       the repository is first recognized by Travis CI:
    
       * For repos we recognize before 2015-01-01, linux builds
         are sent to our standard infrastructure.
    
       * For repos we recognize on or after 2015-01-01, linux
         builds are sent to our container-based infrastructure "
    alrra committed Feb 9, 2016

Commits on Feb 3, 2016

  1. Update Browser support section from README.md

    * Add Edge to the list.
    * For consistency, remove the company names.
    * Order the browser list alphabetically.
    alrra committed Feb 3, 2016