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 npm: true
directories: directories:
- node_modules - node_modules
before_install:
- chmod +x src/postinstall.js
install: install:
- npm install - npm install
before_script: before_script:
- npm install -g jshint - npm install -g jshint
script: script:
- npm test - npm test
- jshint ./src - jshint ./src