mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-05 04:47:54 +00:00
23 lines
342 B
YAML
23 lines
342 B
YAML
language: node_js
|
|
env:
|
|
- CXX=g++-4.8
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- ubuntu-toolchain-r-test
|
|
packages:
|
|
- g++-4.8
|
|
node_js:
|
|
- "node"
|
|
- "5"
|
|
- "4"
|
|
install:
|
|
- npm run dev-up
|
|
script:
|
|
- npm run ci
|
|
after_script:
|
|
- codeclimate-test-reporter < ./coverage/lcov.info
|
|
addons:
|
|
code_climate:
|
|
repo_token: CODE_CLIMATE_TOKEN
|