Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ language: node_js
env: TRAVISCI=true
node_js:
- "0.10"
- "0.8"
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sh -e /etc/init.d/xvfb start
before_install:
- sudo apt-get install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++
- npm install canvas
- npm install karma-coffee-preprocessor karma-firefox-launcher

5 changes: 1 addition & 4 deletions Cakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ fs = require 'fs'
util = require 'util'
{jsmin} = require 'jsmin'

try
packer = require 'packer'
catch err
packer = null
packer = null

targetName = "caman"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# About the Project

[![Build Status](https://secure.travis-ci.org/meltingice/CamanJS.png)](http://travis-ci.org/meltingice/CamanJS)
[![Build Status](https://api.travis-ci.org/ckfinder/CamanJS.png)](https://travis-ci.org/ckfinder/CamanJS)

The main focus of CamanJS is manipulating images using the HTML5 canvas and Javascript. It's a combination of a simple-to-use interface with advanced and efficient image/canvas editing techniques. It is also completely library independent and can be safely used next to jQuery, YUI, Scriptaculous, MooTools, etc.

Expand Down
Loading