Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit 8f9901b

Browse files
author
Daniel Brain
committed
Add travis config
1 parent b62a295 commit 8f9901b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: node_js
2+
node_js:
3+
- "6"
4+
before_script:
5+
- npm install -g gulp
6+
script: gulp test

0 commit comments

Comments
 (0)