Skip to content

Instantly share code, notes, and snippets.

View SergioCrisostomo's full-sized avatar

Sergio Crisostomo SergioCrisostomo

View GitHub Profile
#!/bin/bash
# Setup and start Sauce Connect for your TravisCI build
# This script requires your .travis.yml to include the following two private env variables:
# SAUCE_USERNAME
# SAUCE_ACCESS_KEY
# Follow the steps at https://saucelabs.com/opensource/travis to set that up.
#
# Curl and run this script as part of your .travis.yml before_script section:
# before_script:
@SergioCrisostomo
SergioCrisostomo / edge.md
Last active January 2, 2016 19:19 — forked from anutron/edge.md

Introducing MooTools Edge: The Community Edition of MooTools

Ever since its launch way back in 2006 MooTools, like most other open source projects, has been the product of the hard work of the people who use it. We, the users of the framework, shaped it into the stable, compact, highly useful suite of tools that helped change the way the web worked.

Over time, the project managed to solve most of the problems that its creators set out to solve. As the original team moved through various careers, always giving time to MooTools, the project matured and browsers got better.

MooTools 1.5, or Why Stable Doesn't Mean Dead

It's been nearly a year since the last release of MooTools Core. Today we're releasing MooTools 1.5 which contains roughly 75 commits, most of which are minor bug fixes.