Skip to content

Commit 304ae01

Browse files
committed
Merge branch 'ci' into develop
2 parents c98c7ba + 696027a commit 304ae01

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.travis.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
sudo: false
2+
dist: trusty
3+
4+
language: node_js
5+
6+
notifications:
7+
email:
8+
on_success: never
9+
on_failure: change
10+
11+
cache: npm
12+
13+
node_js:
14+
- 11
15+
- 10
16+
17+
install:
18+
- npm install
19+
20+
script:
21+
- npm test

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
},
4040
"scripts": {
4141
"default": "gulp",
42+
"test": "npm run lint",
4243
"lint": "gulp lint",
4344
"serve": "gulp serve",
4445
"watch": "gulp watch"

0 commit comments

Comments
 (0)