We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce44d4a commit 7c6c52fCopy full SHA for 7c6c52f
1 file changed
.travis.yml
@@ -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