Skip to content

Commit 0c6a581

Browse files
committed
test: add Travis CI
1 parent 027391b commit 0c6a581

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: node_js
2+
node_js: 8
3+
dist: trusty
4+
sudo: required
5+
git:
6+
depth: false
7+
branches:
8+
only:
9+
- experimental/travis
10+
addons:
11+
chrome: stable
12+
install:
13+
- npm i
14+
script:
15+
- npm run test:ci

0 commit comments

Comments
 (0)