We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 406d6cf + 4cb3ac6 commit 58602e5Copy full SHA for 58602e5
.travis.yml
@@ -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