update travis config again

This commit is contained in:
Philipp Kühn
2018-11-14 17:11:29 +01:00
parent 9c58076e9b
commit 8a72f9df1d

View File

@@ -2,8 +2,8 @@ language: node_js
node_js: node_js:
- "10" - "10"
cache: yarn cache: yarn
install: before_script:
- yarn - yarn install
script: script:
- yarn lint - yarn lint
- yarn test - yarn test