UNPKG
pngsmith
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
png engine for spritesmith
github.com/twolfson/pngsmith
twolfson/pngsmith
pngsmith
/
.travis.yml
16 lines
(13 loc)
•
225 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: node_js
node_js:
-
"0.11"
-
"0.10"
-
"0.8"
matrix:
allow_failures: - node_js:
"0.11"
before_install:
# Upgrade `npm` to avoid semver issues
- npm install npm@1.x.x -g
notifications:
email: false