Add extended build test

As we currently don't build hackmd on CI testing, there are may errors
coming up we don't find. It's easy to mitigate this by running them.

This causes longer build times but way better results.

Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
Sheogorath 2018-05-22 22:28:25 +02:00
parent 7a91d01830
commit 861c41c528
No known key found for this signature in database
GPG key ID: 1F05CC3635CDDFFD

View file

@ -8,6 +8,22 @@ env:
jobs:
include:
- env: task=npm-build
node_js:
- 6
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version "$YARN_VERSION"
- export PATH="$HOME/.yarn/bin:$PATH"
- yarn
- npm run build
- env: task=npm-build
node_js:
- 8
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version "$YARN_VERSION"
- export PATH="$HOME/.yarn/bin:$PATH"
- yarn
- npm run build
- env: task=npm-test
node_js:
- 6