UNPKG
mam-project-templates
Version:
latest (1.0.0)
1.0.0
my personal templating projects
github.com/MikeAlexMartinez/templates
MikeAlexMartinez/templates
mam-project-templates
/
cloned
/
FreeCSS
/
Ranger
/
node_modules
/
liftoff
/
.travis.yml
17 lines
(16 loc)
•
201 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language:
node_js
os:
- linux - osx
node_js:
-
"6"
-
"5"
-
"4"
-
"0.12"
-
"0.10"
before_install:
- npm update -g npm
matrix:
fast_finish:
true
allow_failures: - node_js:
"0.10"