Skip to content

Commit 20b89b2

Browse files
committed
Add .travis.yml
1 parent 3f2ef64 commit 20b89b2

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

.travis.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
language node_js
2+
cache
3+
directories
4+
- node_modules
5+
node_js
6+
- '11.1'
7+
env
8+
- CXX=g++-4.8
9+
addons
10+
apt
11+
sources
12+
- ubuntu-toolchain-r-test
13+
packages
14+
- g++-4.8
15+
before_install
16+
- npm -g install npm@latest
17+
install
18+
- npm install --unsafe-perm --build-from-source
19+
script
20+
- npm test

www/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ <h1 id="dashboardTitle">IoT Gateway</h1>
337337
</div>
338338

339339
<div data-role="footer">
340-
<h1><span style="font-size:11px">&#169; <a href="http://lowpowerlab.com">LowPowerLab.com</a> 2018. All rights reserved. <a href="http://lowpowerlab.com/gateway">About</a></span></h1>
340+
<h1><span style="font-size:11px">&#169; <a href="http://lowpowerlab.com">LowPowerLab.com</a> 2015-2019. All rights reserved. <a href="http://lowpowerlab.com/gateway">About</a></span></h1>
341341
</div>
342342
</div>
343343

0 commit comments

Comments
 (0)