Skip to content

Commit 0220d2f

Browse files
committed
Lint and build in Travis as a placeholder
1 parent 695e3b7 commit 0220d2f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: node_js
2+
sudo: false
3+
node_js:
4+
- stable
5+
6+
script:
7+
- npm run build

0 commit comments

Comments
 (0)