Skip to content
This repository has been archived by the owner on Aug 25, 2018. It is now read-only.

Install npm and karma-cli on Travis CI #156

Closed
wants to merge 6 commits into from

Commits on Nov 2, 2016

  1. 🐛 Install npm and karma-cli on travis

    Travis CI is falling because it is not finding npm and karma-cli in order
    to perform the tests (seems like they are not installed on the VMs).
    
    We just need configure before_install option at .travis.yml, ensuring that
    packages are present before starting the unit tests.
    jpventura committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    cce6c9c View commit details
    Browse the repository at this point in the history
  2. 🐛 Upgrade karma development package

    Update required in order to Travis CI run the unit tests
    jpventura committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    fa962a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f700b2c View commit details
    Browse the repository at this point in the history
  4. 📦 Update npm and bower package dependencies

    Updated all package dependencies to its latest version, except Firebase
    and Backbone. This is an intermediary step before actually upgrading to
    latest backend version.
    
    Removed gulp-server and use gulp-contrib-connect instead (updating
    Gruntfile.js task also is required to perform the unit tests).
    
    We also installed chai and sinon because they are required by karma-chai
    and karma-sinon respectivelly.
    jpventura committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    5cd02e9 View commit details
    Browse the repository at this point in the history
  5. 🚨 Fix Firebase.Collection#fetch test

    Fix Backbone.Firebase.Collection#fetch test to properly check if a
    collection was successfully synced with Firebase backend.
    jpventura committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    7d9c99f View commit details
    Browse the repository at this point in the history
  6. 📚 Update version number references to v0.5.1

    Update all files that mention BackboneFire reference number to v0.5.1.
    jpventura committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    662c7e8 View commit details
    Browse the repository at this point in the history