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:
- "10"
cache: yarn
install:
- yarn
before_script:
- yarn install
script:
- yarn lint
- yarn test