Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit d461594

Browse files
committed
Add travis build
1 parent a3ff904 commit d461594

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: node_js
2+
dist: trusty
3+
sudo: required
4+
node_js: stable
5+
install:
6+
- npm install -g bower
7+
- bower install
8+
- npm install
9+
script:
10+
- npm run -s test

0 commit comments

Comments
 (0)