Files
tiptap/.travis.yml
Philipp Kühn b3826ef0c4 add something
2018-11-14 18:02:36 +01:00

19 lines
248 B
YAML

language: node_js
node_js:
- 10
cache: yarn
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s
- export PATH=$HOME/.yarn/bin:$PATH
install:
- yarn install
- ls -la node_modules
script:
- yarn lint
- yarn test