We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f49b29 commit 8760ec1Copy full SHA for 8760ec1
.travis.yml
@@ -0,0 +1,11 @@
1
+sudo: false
2
+script:
3
+ - npm install
4
+ - gulp lint
5
+ - mocha
6
+env:
7
+ - VALIDATORS=tv4
8
+ - VALIDATORS=zschema
9
+matrix:
10
+ allow_failures:
11
+ - env: VALIDATORS=tv4
0 commit comments