UNPKG
demo_frontend
Version:
latest (1.2.1)
1.2.1
1.1.0
1.0.1
Internet Computer starter application
demo_frontend
/
src
/
demo_frontend
/
.travis.yml
26 lines
(19 loc)
•
247 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
language:
node_js
node_js:
-
"12"
dist:
xenial
addons:
chrome:
stable
cache:
directories:
-
$HOME/.npm
env:
global:
# See https://git.io/vdao3 for details.
-
JOBS=1
branches:
only:
-
master
script:
-
npm
test