Skip to content

Commit e9a20d1

Browse files
author
DoubleU23
committed
👷 added basic testscript
1 parent bad182b commit e9a20d1

File tree

4 files changed

+203
-122
lines changed

4 files changed

+203
-122
lines changed

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# env settings
2+
language: node_js
3+
node_js: 9
4+
# travis script adaptions
5+
branches:
6+
only:
7+
- master
8+
- development
9+
10+
# before_install:
11+
# - npm install -g
12+
13+
install:
14+
- npm install
15+
16+
script:
17+
- npm run test

0 commit comments

Comments
 (0)