2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-09-21 01:09:01 +00:00
nativefier/.travis.yml

24 lines
358 B
YAML
Raw Normal View History

2016-01-23 18:05:03 +00:00
language: node_js
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
node_js:
- "node"
- "4.2"
- "0.12"
- "iojs"
2016-01-24 17:33:55 +00:00
install:
- npm run dev-up
script:
- npm run ci
2016-02-01 07:23:29 +00:00
after_script:
- codeclimate-test-reporter < ./coverage/lcov.info
addons:
code_climate:
2016-02-03 04:00:33 +00:00
repo_token: CODE_CLIMATE_TOKEN