Skip to content

Commit

Permalink
Merge pull request #45 from lindell/JsBarcode2
Browse files Browse the repository at this point in the history
JsBarcode 2
  • Loading branch information
lindell committed Feb 24, 2016
2 parents b543a1c + 24c26f8 commit fce996c
Show file tree
Hide file tree
Showing 18 changed files with 1,234 additions and 860 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: node_js
sudo: required
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update
install:
- sudo apt-get install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++-4.8
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 50
- npm install
node_js:
- "4.1"
- "4.0"
- "0.12"
- "0.10"
- "iojs"
99 changes: 0 additions & 99 deletions ITF14.js

This file was deleted.

Loading

0 comments on commit fce996c

Please sign in to comment.