Skip to content

Commit 4cb3ac6

Browse files
Integrate travis
1 parent 406d6cf commit 4cb3ac6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: node_js
2+
node_js:
3+
- '4'
4+
git:
5+
submodules: false
6+
before_script:
7+
- npm install grunt-cli
8+
- npm install
9+
script:
10+
- node_modules/.bin/grunt pack --no-color

0 commit comments

Comments
 (0)