2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-23 09:54:28 -06:00

Create .travis.yml

This commit is contained in:
Wes Cossick 2015-11-03 14:26:28 -06:00
parent 2d9e8956a1
commit dbf8f15e34

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: node_js
node_js:
- "stable"
before_script:
- npm install -g gulp
script: gulp