Skip to content

Commit 7c6c52f

Browse files
committed
Automate with Travis CI #259
1 parent ce44d4a commit 7c6c52f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
sudo: false
2+
language: node_js
3+
node_js:
4+
- "10"
5+
script:
6+
- npx grunt
7+
cache:
8+
directories:
9+
- node_modules
10+
matrix:
11+
fast_finish: true

0 commit comments

Comments
 (0)