UNPKG
tattica
Version:
latest (0.10.0)
0.10.0
0.9.0
0.1.0
Tactical and adaptive asset loading library
github.com/lucagez/tattica
lucagez/tattica
tattica
/
.travis.yml
20 lines
(15 loc)
•
235 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language:
node_js
sudo:
required
node_js:
-
node
cache:
npm
before_install:
-
chmod
+x
start_server.sh
before_script:
-
'./start_server.sh'
script:
-
npm
run
lint
-
npm
test
notifications:
email:
on_failure:
change