UNPKG
layout
Version:
latest (2.2.0)
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
0.2.0
0.1.1
0.1.0
Organize and layout items based on various algorithms
github.com/twolfson/layout
twolfson/layout
layout
/
.travis.yml
15 lines
(12 loc)
•
248 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: node_js
node_js:
-
"0.11"
-
"0.10"
-
"0.8"
matrix:
allow_failures: - node_js:
"0.11"
before_install:
- curl --location http://rawgit.com/twolfson/fix-travis-ci/master/lib/install.sh | bash -s
notifications:
email: false