-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from lindell/JsBarcode2
JsBarcode 2
- Loading branch information
Showing
18 changed files
with
1,234 additions
and
860 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Oops, something went wrong.