Update .travis.yml

This commit is contained in:
Klemek
2019-06-19 11:49:22 +02:00
committed by GitHub
parent b2ab01ac85
commit 3c424ead59
+3 -1
View File
@@ -6,10 +6,12 @@ cache:
npm: true
directories:
- node_modules
before_install:
- chmod +x src/postinstall.js
install:
- npm install
before_script:
- npm install -g jshint
script:
- npm test
- jshint ./src
- jshint ./src